Skip to content

Commit bd8f55f

Browse files
authored
tests/test.sh
Modify CI workflow to allow pytest to fail and run additional tests.
1 parent c19783b commit bd8f55f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
allow-prereleases: true
2323
- run: pip install --upgrade pip
2424
- run: pip install pytest --editable .
25-
- run: pytest
25+
- run: pytest || true # No tests!
26+
- run: tests/test.sh

0 commit comments

Comments
 (0)