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 9338e63 commit 8e39fcbCopy full SHA for 8e39fcb
.github/workflows/test.yaml
@@ -82,3 +82,7 @@ jobs:
82
- name: Test
83
shell: bash
84
run: COMPONENTIZE_PY_TEST_COUNT=20 PROPTEST_MAX_SHRINK_ITERS=0 cargo test --release
85
+
86
+ - name: Test examples
87
+ shell: bash
88
+ run: bash .github/workflows/examples.sh
0 commit comments