-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate koba & migrate e2e tests to alloy (#80)
Co-authored-by: Alisander Qoshqosh <[email protected]>
- Loading branch information
1 parent
5f3915e
commit 71e7782
Showing
48 changed files
with
3,043 additions
and
2,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,9 @@ name: e2e-tests | |
# | ||
# It roughly follows these steps: | ||
# - A local `nitro-testnode` gets spun up. | ||
# - The test suite runs | ||
# Test contract deployments and test user funding happen per test. | ||
# - The test suite runs. | ||
# | ||
# Contract deployments and account funding happen on a per-test basis. | ||
permissions: | ||
contents: read | ||
on: | ||
|
@@ -52,9 +53,13 @@ jobs: | |
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install [email protected] | ||
|
||
- name: setup nitro node | ||
run: ./e2e-tests/nitro-testnode.sh -d -i | ||
|
||
run: ./scripts/nitro-testnode.sh -d -i | ||
- name: install solc | ||
run: | | ||
curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-static-linux | ||
sudo mv solc-static-linux /usr/bin/solc | ||
sudo chmod a+x /usr/bin/solc | ||
- name: run integration tests | ||
run: | | ||
export NIGHTLY_TOOLCHAIN=${{steps.toolchain.outputs.name}} | ||
./e2e-tests/test.sh | ||
./scripts/e2e-tests.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.