From 74b2c9419ef26b0dc15545d83e2d460af49c0b14 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 20 Sep 2025 10:07:08 -0700 Subject: [PATCH] Should be safe to display all issues again now --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec52694..87ea972 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -347,6 +347,7 @@ 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 @@ -504,6 +505,7 @@ 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 @@ -652,6 +654,7 @@ 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