Testing unit test execution with more verbosity
This commit is contained in:
parent
e5eccb046c
commit
6e4ca9c98e
2 changed files with 3 additions and 13 deletions
|
|
@ -89,7 +89,9 @@ jobs:
|
||||||
if: ${{ ! matrix.coverage-test }}
|
if: ${{ ! matrix.coverage-test }}
|
||||||
working-directory: testing_mygame
|
working-directory: testing_mygame
|
||||||
run: |
|
run: |
|
||||||
evennia test ${{ env.UNIT_TEST_SETTINGS }} evennia
|
echo "::group::Running tests ..."
|
||||||
|
evennia test ${{ env.UNIT_TEST_SETTINGS }} evennia -v 2 --parallel
|
||||||
|
echo "::endgroup::"
|
||||||
env:
|
env:
|
||||||
POSTGRES_HOST: localhost
|
POSTGRES_HOST: localhost
|
||||||
POSTGRES_PORT: 5432
|
POSTGRES_PORT: 5432
|
||||||
|
|
|
||||||
12
.github/workflows/mysql_options.cnf
vendored
12
.github/workflows/mysql_options.cnf
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
[mysqld]
|
|
||||||
character-set-server = utf8mb4
|
|
||||||
collation-server = utf8mb4_unicode_ci
|
|
||||||
innodb_large_prefix = 1
|
|
||||||
innodb_file_format = Barracuda
|
|
||||||
innodb_file_per_table = 1
|
|
||||||
|
|
||||||
[mysql]
|
|
||||||
default-character-set = utf8mb4
|
|
||||||
|
|
||||||
[client]
|
|
||||||
default-character-set = utf8mb4
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue