We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8644fa commit 1458934Copy full SHA for 1458934
.cirrus.yml
@@ -12,6 +12,6 @@ task:
12
- diff -au <(go vet .) <(printf "")
13
get_script:
14
- go get ./...
15
- - go build ./...
16
- test_script: go test ./...
+ - go build -tags gofuzz ./...
+ test_script: go test -tags gofuzz ./...
17
0 commit comments