Skip to content

Commit

Permalink
only test operators
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Oct 23, 2024
1 parent 395d896 commit 076acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cd test
export PYTEST_ADDOPTS="-v"
python -m pip install pytest
python -m pytest --cov=mirgecom --durations=0 --tb=native --junitxml=pytest.xml --doctest-modules -rxsw . ../doc/*.rst ../doc/*/*.rst
python -m pytest --durations=0 --junitxml=pytest.xml -rxsw test_operators.py
examples:
name: Examples
Expand Down

0 comments on commit 076acad

Please sign in to comment.