Skip to content

Commit 1b0af26

Browse files
committed
Run sybil tests on Windows
1 parent be36149 commit 1b0af26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
4747
- name: "Run tests"
4848
run: |
49-
pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests tests/ --cov-report=xml
49+
# We run tests against "." and not the tests directory as we test the README
50+
# and documentation.
51+
pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)