ci: remove race detector

This commit is contained in:
Trong Huu Nguyen
2023-03-29 10:03:37 +02:00
parent e761810630
commit 10fd7f2b6c

View File

@@ -2,7 +2,7 @@ wonderwall:
go build -trimpath -ldflags "-s -w" -a -o bin/wonderwall cmd/wonderwall/main.go
test:
go test -count=1 -race -shuffle=on ./... -coverprofile cover.out
go test -count=1 -shuffle=on ./... -coverprofile cover.out
check:
go run honnef.co/go/tools/cmd/staticcheck ./...