diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-16 15:15:39 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-07 11:23:28 +0100 |
commit | b370fdb1e713f82ce02368ffa6aa4fd926edb8a8 (patch) | |
tree | d6c16eb57f2cc4293efd620c9a8248a78f369596 /.github/workflows | |
parent | e156f8339cec0ae97ed62344ce1f186600b6b909 (diff) | |
download | nextcloud-server-b370fdb1e713f82ce02368ffa6aa4fd926edb8a8.tar.gz nextcloud-server-b370fdb1e713f82ce02368ffa6aa4fd926edb8a8.zip |
Running all tests on 32bits to see what happens
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |