Skip to content

Commit 5ffa86c

Browse files
authored
Restore running all tests for Windows in CI workflow (#1581)
1 parent 10174ea commit 5ffa86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: hatch run test:nowarn || hatch -v run test:nowarn --lf
5050
- name: Run the tests on windows
5151
if: ${{ startsWith(matrix.os, 'windows') }}
52-
run: hatch run cov:nowarn -s -k test_execution_state || hatch -v run cov:nowarn --lf
52+
run: hatch run cov:nowarn -s || hatch -v run cov:nowarn --lf
5353
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
5454

5555
test_docs:

0 commit comments

Comments
 (0)