Skip to content

Commit

Permalink
Spec: run linux specs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Dec 15, 2024
1 parent b717061 commit bf17831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-unit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
bin=$(dirname $0)

echo -e "\n Testing packages..."
go run github.com/onsi/ginkgo/v2/ginkgo run -r --race --trace --keep-going "${@}"
go run github.com/onsi/ginkgo/v2/ginkgo run -p -r --race --trace --keep-going "${@}"

0 comments on commit bf17831

Please sign in to comment.