Skip to content

Commit

Permalink
fix(ci): term: don't run tests when running fuzz
Browse files Browse the repository at this point in the history
Tests are handled by the term.yml workflow

Fixes: f4d485f (feat(ci): term: add fuzz parse input sequences)
  • Loading branch information
aymanbagabas committed Mar 28, 2024
1 parent 1e1cd98 commit 58726d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/term-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
go-version-file: ./exp/term/go.mod
cache: true
cache-dependency-path: ./exp/term.sum
- run: go test -fuzz=FuzzParseSequence -fuzztime=1m -v ./input/...
- run: go test -run="^$" -fuzz=FuzzParseSequence -fuzztime=1m -v ./input/...

0 comments on commit 58726d4

Please sign in to comment.