diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ca16d496..36e69457b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: run: scarb fmt --check --workspace - name: Run tests - run: snforge test --workspace --features fuzzing --fuzzer-runs 1000 + run: snforge test --workspace --features fuzzing --fuzzer-runs 500 # Issue with cairo-coverage. Re-add to CI once issues are fixed. #