Skip to content

Commit

Permalink
Add examples test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Oct 26, 2024
1 parent 2f0c08d commit 9405bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ jobs:
- name: Test
shell: bash
run: COMPONENTIZE_PY_TEST_COUNT=20 PROPTEST_MAX_SHRINK_ITERS=0 cargo test --release

- name: Test examples
shell: bash
run: bash .github/workflows/examples.sh

0 comments on commit 9405bd3

Please sign in to comment.