Skip to content

Commit

Permalink
Run tests in threads
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed May 28, 2024
1 parent 1e311fc commit 626a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo.
echo *** Retrying tests serially ***
echo.
dub -q test -- -s %RUNNER_ARGS% || exit /b
dub -q test -- %RUNNER_ARGS% || exit /b
)
bootstrap:
Expand Down

0 comments on commit 626a51a

Please sign in to comment.