feat: allow group switching, and switch group by default (#33)

This commit is contained in:
zhenfei
2022-06-15 17:39:54 -04:00
committed by GitHub
parent 1d12a3e582
commit 3b58050b27
5 changed files with 103 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
# We want the code to panic if there is an integer overflow
export RUSTFLAGS="-C overflow-checks=on"
cargo test --release -p pcs --no-default-features --features=parallel -- -Zunstable-options --report-time
cargo test --release -- -Zunstable-options --report-time
cargo test --no-run --features=print-trace
cargo test --no-run --no-default-features