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 2f0c08d commit 9405bd3Copy full SHA for 9405bd3
.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