Skip to content

Commit bdd6e87

Browse files
tobiasdiezorlitzky
authored andcommitted
Run pytest first
1 parent c480da7 commit bdd6e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ jobs:
167167
# Ignore errors on Windows, for now
168168
pytest --doctest-ignore-import-errors --doctest -rfEs -s src || true
169169
else
170-
./sage -t ${{ matrix.tests == 'all' && '--all' || '--new --long' }} -p4 --format github
171170
pytest -rfEs -s src
171+
./sage -t ${{ matrix.tests == 'all' && '--all' || '--new --long' }} -p4 --format github
172172
fi
173173
174174
- name: Check that all modules can be imported

0 commit comments

Comments
 (0)