Skip to content

Commit

Permalink
Properly run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Jul 25, 2023
1 parent 262bdb9 commit a6e36ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gotesplit \
-total "$total" \
-index "$index" \
github.com/superfly/flyctl/test/preflight/... \
-- -parallel=8 -p8 --tags=integration -v -timeout=60m $test_opts | tee "$test_log"
-- --parallel=8 --tags=integration -v -timeout=60m $test_opts | tee "$test_log"
test_status=$?

set -e
Expand Down

0 comments on commit a6e36ab

Please sign in to comment.