Use actually correct syntax
This commit is contained in:
parent
9e83b42a91
commit
71df0d6656
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
working-directory: testing_mygame
|
working-directory: testing_mygame
|
||||||
run: |
|
run: |
|
||||||
echo "::group::Running tests ..."
|
echo "::group::Running tests ..."
|
||||||
evennia test ${{ env.UNIT_TEST_SETTINGS }} evennia -v 2
|
evennia test ${{ env.UNIT_TEST_SETTINGS }} -v 2 --parallel evennia
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
env:
|
env:
|
||||||
POSTGRES_HOST: localhost
|
POSTGRES_HOST: localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue