From b370fdb1e713f82ce02368ffa6aa4fd926edb8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 16 Jan 2023 15:15:39 +0100 Subject: [PATCH] Running all tests on 32bits to see what happens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-32bits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index a0da6a4fe4a..aa89cfb8bfc 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -44,4 +44,4 @@ jobs: - name: PHPUnit working-directory: tests - run: phpunit --configuration phpunit-autotest.xml --group NODB,DB,SLOWDB + run: phpunit --configuration phpunit-autotest.xml