1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

limit thread number on tests

This commit is contained in:
schaeff 2018-11-23 00:26:24 +01:00
parent dc17427808
commit c167039ac0

View file

@ -26,7 +26,7 @@ jobs:
command: WITH_LIBSNARK=1 LIBSNARK_SOURCE_PATH=$HOME/libsnark RUSTFLAGS="-D warnings" ./build.sh
- run:
name: Run tests
command: WITH_LIBSNARK=1 LIBSNARK_SOURCE_PATH=$HOME/libsnark RUST_BACKTRACE=1 RUSTFLAGS="-D warnings" cargo test --release
command: WITH_LIBSNARK=1 LIBSNARK_SOURCE_PATH=$HOME/libsnark RUSTFLAGS="-D warnings" cargo test --release -- --test-threads=1
- run:
name: Run integration tests
command: WITH_LIBSNARK=1 LIBSNARK_SOURCE_PATH=$HOME/libsnark RUSTFLAGS="-D warnings" cargo test --release -- --ignored