aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index c00ed9c2..f756d3a5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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 ./...