Skip to content

Commit ae496ae

Browse files
committed
Run all windows tests
1 parent a30e413 commit ae496ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ jobs:
121121
source ~/.profile
122122
conda activate anaconda-client-env
123123
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
124-
python -m pytest -x --skip-slow --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
124+
python -m pytest --skip-slow --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
125125
else
126-
python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
126+
python -m pytest -x --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
127127
fi
128128
129129
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)