Skip to content

Commit

Permalink
Reduce ci fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Feb 11, 2024
1 parent 3643765 commit 5abac2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run tests (fast)
run: |
./run_tests.sh -vvv
./run_tests.sh -vvv --fuzz-runs 32
id: test

test-slow:
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:

- name: Run tests
run: |
./run_tests.sh -vvv --fuzz-runs 8192
./run_tests.sh -vvv
id: test

0 comments on commit 5abac2d

Please sign in to comment.