1
0
Fork 0

Using Fatal outside of top-level test func is OK

master
Philip O'Toole 3 years ago
parent 4eeddf455d
commit 6cc2e372eb

@ -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:

Loading…
Cancel
Save