Skip to content

Commit

Permalink
temporarily use stable cargo for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrain committed Feb 27, 2024
1 parent 66d9481 commit d6439a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# We want the code to panic if there is an integer overflow
export RUSTFLAGS="-C overflow-checks=on"

cargo +nightly test --release -p jf-utils -- -Zunstable-options --report-time
cargo +nightly test --release -p jf-plonk --lib --bins -- -Zunstable-options --report-time
cargo +nightly test --release -p jf-primitives --features test-srs -- -Zunstable-options --report-time # enable test-srs feature for gen_srs_for_testing
cargo +nightly test --release -p jf-relation -- -Zunstable-options --report-time
cargo test --release -p jf-utils -- -Zunstable-options --report-time
cargo test --release -p jf-plonk --lib --bins -- -Zunstable-options --report-time
cargo test --release -p jf-primitives --features test-srs -- -Zunstable-options --report-time # enable test-srs feature for gen_srs_for_testing
cargo test --release -p jf-relation -- -Zunstable-options --report-time

0 comments on commit d6439a3

Please sign in to comment.