diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f401cf0..17f0422 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -337,7 +337,6 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ - --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 @@ -495,7 +494,6 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ - --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 # END PostgreSQL Job @@ -644,7 +642,6 @@ jobs: phpBB/vendor/bin/phpunit \ --configuration "phpBB/ext/$EXTNAME/.github/phpunit-$DB-github.xml" \ --bootstrap ./tests/bootstrap.php \ - --display-all-issues \ "${args[@]}" working-directory: ./phpBB4 # END Other Tests Job