mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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
|
||||
run: |
|
||||
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::"
|
||||
env:
|
||||
POSTGRES_HOST: localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue