We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7084b commit fd1b8eaCopy full SHA for fd1b8ea
.circleci/config.yml
@@ -10,4 +10,4 @@ jobs:
10
- run: env CGO_ENABLED=0 go vet ./...
11
- run: make all
12
- run: make clean
13
- - run: env CGO_ENABLED=0 go test -count=1 -timeout 20m -p 1 -v ./...
+ - run: env CGO_ENABLED=0 go test -count=1 -timeout 20m -v ./...
0 commit comments