mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
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 }}
|
||||
working-directory: testing_mygame
|
||||
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:
|
||||
POSTGRES_HOST: localhost
|
||||
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