release mode disables constraint checks

This commit is contained in:
Dmitriy Ryajov 2023-03-28 09:12:40 -06:00
parent a0e7df3f38
commit 3057cb201b
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -31,4 +31,4 @@ jobs:
- name: Build circuits
run: sh ./scripts/circuit-prep.sh
- name: Run the tests
run: RUST_BACKTRACE=full cargo test -r
run: RUST_BACKTRACE=full cargo test