Skip to content

Commit

Permalink
ci: cargo test --release evm_arith...
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 26, 2024
1 parent aac8735 commit e4461fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
cache-on-failure: true

- name: Test in evm_arithmetization subdirectory
run: cargo test --manifest-path evm_arithmetization/Cargo.toml
# we hit timeouts if we `cargo test --debug ...`
run: cargo test --release --manifest-path evm_arithmetization/Cargo.toml

test_zero_bin:
name: Test zero_bin
Expand Down

0 comments on commit e4461fc

Please sign in to comment.