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