diff options
| -rw-r--r-- | .build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ tasks: - test-sha1: | cd furgit go test -v -tags sha1 ./... + - test-race-sha256: | + cd furgit + go test -race -v ./... + - test-race-sha1: | + cd furgit + go test -race -v -tags sha1 ./... - lint: | cd furgit golangci-lint run ./... |
