Skip to content

Commit

Permalink
don't require a runtime file, just use it if/when we have one
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Nov 27, 2024
1 parent 80c02e1 commit 1171201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
-n ${{ strategy.job-total }} \
--only-group ${{ strategy.job-index }} \
--serialize-stdout \
--group-by runtime \
--out tmp/parallel_runtime.log
--group-by default \
#--runtime-log tmp/old_parallel_runtime.log \
--combine-stderr \
--verbose \
Expand Down

0 comments on commit 1171201

Please sign in to comment.