From 3057cb201b93833cb3fb51648995a146c2dfca41 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 28 Mar 2023 09:12:40 -0600 Subject: [PATCH] release mode disables constraint checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2016fa7..ed5f2ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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