remove race from test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-25 20:57:43 +03:00
parent 126ec4cb88
commit f094e4b48c

View File

@@ -11,7 +11,8 @@ steps:
image: golang
commands:
# - go test -parallel 10 -race ./...
- go test -race ./...
# - go test -race ./...
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.53