diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d7d0c..37dc53f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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