Skip to content

Commit

Permalink
ci: separate fuzz-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Mar 22, 2023
1 parent 9542d33 commit 46c05a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- run:
name: "Fuzzing"
command: |
GOCACHE=/home/circleci/project/corpus-v3 go test . -run - -fuzz . -fuzztime 1m
GOCACHE=/home/circleci/project/corpus-v3 go test . -run - -fuzz FuzzBase10StringCompare -fuzztime 30s
GOCACHE=/home/circleci/project/corpus-v3 go test . -run - -fuzz FuzzDecimal -fuzztime 30s
- save_cache:
key: corpus-v3-{{ epoch }}
paths:
Expand Down

0 comments on commit 46c05a7

Please sign in to comment.