Skip to content

Commit

Permalink
ci: restore RUSTFLAGS for evm_arith tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Sep 26, 2024
1 parent e4461fc commit 2df30a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
cache-on-failure: true

- name: Test in evm_arithmetization subdirectory
# we hit timeouts if we `cargo test --debug ...`
run: cargo test --release --manifest-path evm_arithmetization/Cargo.toml
run: cargo test --manifest-path evm_arithmetization/Cargo.toml
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0
RUST_LOG: 1
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: 1

test_zero_bin:
name: Test zero_bin
Expand Down

0 comments on commit 2df30a5

Please sign in to comment.