We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8f55f commit 415ea07Copy full SHA for 415ea07
.github/workflows/ci.yml
@@ -23,4 +23,6 @@ jobs:
23
- run: pip install --upgrade pip
24
- run: pip install pytest --editable .
25
- run: pytest || true # No tests!
26
- - run: tests/test.sh
+ - run: tests/test.sh || true # Fails!
27
+ - run: make
28
+ - run: make pytest
0 commit comments