-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #456 from chainwayxyz/rakanalh/fix-ef-tests-makefile
Add ef-tests as a dep for make test
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 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 |
---|---|---|
|
@@ -122,8 +122,6 @@ jobs: | |
tool: [email protected] | ||
- name: Install risc0-zkvm toolchain | ||
run: cargo risczero install --version v2024-04-22.0 | ||
- name: Prepare EF-tests environment | ||
run: make crates/evm/ethereum-tests | ||
- name: Run coverage | ||
run: make coverage | ||
- name: Upload coverage | ||
|
@@ -250,8 +248,6 @@ jobs: | |
- uses: taiki-e/install-action@nextest | ||
- name: Install Rust | ||
run: rustup show | ||
- name: Prepare EF-tests environment | ||
run: make crates/evm/ethereum-tests | ||
- name: Run nextest | ||
run: make test | ||
|
||
|
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