Skip to content

Commit

Permalink
Run examples as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpacaaa committed Sep 7, 2023
1 parent 4d271a8 commit bbfc84e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
nix develop --command \
just test-runner
nix develop --command \
just run-examples
- name: Check snapshots haven't updated
run: |
if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit bbfc84e

Please sign in to comment.