Skip to content

Commit

Permalink
Run the quantifiers example in CI (#28)
Browse files Browse the repository at this point in the history
Per the tin
  • Loading branch information
elliottt authored Aug 2, 2024
1 parent b870aeb commit c58c72e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Run Sudoku Example
run: cargo run --example sudoku
run: |
cargo run --example sudoku
cargo run --example quantifiers

0 comments on commit c58c72e

Please sign in to comment.