Skip to content

Commit 8e39fcb

Browse files
committed
Add examples test to CI
1 parent 9338e63 commit 8e39fcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ jobs:
8282
- name: Test
8383
shell: bash
8484
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

Comments
 (0)