Skip to content

Commit fd1b8ea

Browse files
committed
circleci: restore parallelised tests
1 parent ee7084b commit fd1b8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- run: env CGO_ENABLED=0 go vet ./...
1111
- run: make all
1212
- run: make clean
13-
- run: env CGO_ENABLED=0 go test -count=1 -timeout 20m -p 1 -v ./...
13+
- run: env CGO_ENABLED=0 go test -count=1 -timeout 20m -v ./...

0 commit comments

Comments
 (0)