diff --git a/.github/workflows/standalone_tests.yml b/.github/workflows/standalone_tests.yml index abaf6e585..9ced39ecc 100644 --- a/.github/workflows/standalone_tests.yml +++ b/.github/workflows/standalone_tests.yml @@ -99,6 +99,6 @@ jobs: - name: Run all standalone tests - run: poetry run pytest -s -m "not smpc" --cov=exareme2 tests/standalone_tests --verbosity=4 + run: poetry run pytest -s -m "not very_slow" --cov=exareme2 tests/standalone_tests --verbosity=4 env: PULL_DOCKER_IMAGES: false