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 0cdc7e9 commit 0111698Copy full SHA for 0111698
.github/workflows/build_and_test.yml
@@ -27,3 +27,6 @@ jobs:
27
- name: Test with nosetests
28
run: |
29
tox -e test
30
+ - name: Test examples
31
+ run: |
32
+ make e2e
0 commit comments