Skip to content

Commit

Permalink
Using Fatal outside of top-level test func is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Jan 12, 2022
1 parent 4eeddf4 commit 6cc2e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: bash gofmt.sh
- run: go vet ./...
- run: go vet -testinggoroutine=false ./...
- run: go test ./...

race:
Expand Down

0 comments on commit 6cc2e37

Please sign in to comment.