@ -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