diff --git a/.github/workflows/mf6.yml b/.github/workflows/mf6.yml index e1709ba687..e2c99685f1 100644 --- a/.github/workflows/mf6.yml +++ b/.github/workflows/mf6.yml @@ -87,7 +87,7 @@ jobs: - name: Run tests working-directory: modflow6/autotest run: | - pytest -v --cov=flopy --cov-report=xml --durations=0 -k "test_gw" -n auto + pytest -v --cov=flopy --cov-report=xml --durations=0 -n auto -m "not repo and not regression" - name: Print coverage report before upload working-directory: ./modflow6/autotest