Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Dec 13, 2024
1 parent c774c9e commit b9fa53d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@ jobs:
- name: Cairo lint
run: scarb fmt --check --workspace

<<<<<<< HEAD
- name: Run tests and generate coverage report
run: snforge test --workspace --coverage --features fuzzing --fuzzer-runs 10000
=======
- name: Run tests
run: snforge test --workspace
>>>>>>> main
run: snforge test --workspace --coverage --features fuzzing --fuzzer-runs 10000

# Issue with cairo-coverage. Re-add to CI once issues are fixed.
#
Expand Down

0 comments on commit b9fa53d

Please sign in to comment.