Skip to content

Commit

Permalink
chore(ci): only run Fuzz test in fuzz workflow (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 authored Jul 7, 2022
1 parent 191f770 commit 2bb2609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
restore-keys: ${{ runner.os }}-go-mod

- name: Fuzz trie
run: go test -fuzz=Fuzz_Trie_PutAndGet -fuzztime=5m github.com/ChainSafe/gossamer/lib/trie
run: go test -run Fuzz_Trie_PutAndGet -fuzz=Fuzz_Trie_PutAndGet -fuzztime=5m github.com/ChainSafe/gossamer/lib/trie

0 comments on commit 2bb2609

Please sign in to comment.