Skip to content

Commit

Permalink
Remove '-p 1' flag from circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Apr 15, 2015
1 parent b57ae8b commit 8d9aa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test:
override:
# Put each test command on its own line.
- go tool vet .
- case $CIRCLE_NODE_INDEX in 0) go test -p 1 -timeout 300s -v ./... ;; 1) GORACE="halt_on_error=1" go test -p 1 -race -timeout 600s -v ./... ;; esac:
- case $CIRCLE_NODE_INDEX in 0) go test -timeout 300s -v ./... ;; 1) GORACE="halt_on_error=1" go test -race -timeout 600s -v ./... ;; esac:
parallel: true

0 comments on commit 8d9aa56

Please sign in to comment.