fix(ci): test in --release for speed

This commit is contained in:
rudy
2022-06-28 09:28:22 +02:00
committed by rudy-6-4
parent 8237138c78
commit bb749c6c65

View File

@@ -41,5 +41,5 @@ jobs:
- name: Tests
run: |
cargo test --no-fail-fast --all-targets
cargo test --release --no-fail-fast --all-targets
make -C concrete-optimizer-cpp test-ci