mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-09 01:47:03 +00:00
ci: remove race detector
This commit is contained in:
2
Makefile
2
Makefile
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user