From 4a1b40c8f6c1bfbd6bfad2ebdc81d9fd0e61f76d Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 27 Jul 2024 14:41:23 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37790b7763..033f51656f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,9 +76,9 @@ jobs: run: | cp -r testing/media testing/media_root mkdir testing/log - - name: Run package status tests first + - name: Run tests that use the "files" fixture run: | - pytest --nomigrations --verbose --count=10 -x rdmo/core/tests/test_package_status.py + pytest -p randomly --nomigrations --verbose --numprocesses=auto --dist=loadscope --count=10 -x -m files if: matrix.python-version == '3.12' && matrix.db-backend == 'postgres' # - name: Run Tests # run: |