Skip to content

Commit

Permalink
Temporary disable fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Feb 1, 2024
1 parent 15340a6 commit 80a006f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
cross build --target ${{ matrix.target.triple }}
fuzz:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
if: false
name: fuzz ${{ matrix.item.name }}
runs-on: ubuntu-latest
needs: check
Expand Down

0 comments on commit 80a006f

Please sign in to comment.