Skip to content

Commit

Permalink
Run CI example tests from the example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Dec 27, 2024
1 parent 0999ebc commit 100a1d6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Run example tests
run: |
./rv example counter test
./rv example counter invariant
./rv example cargo test
./rv example cargo invariant
./rv example reverse test
./rv example slice test
cd example
../rv . counter test
../rv . counter invariant
../rv . cargo test
../rv . cargo invariant
../rv . reverse test
../rv . slice test

0 comments on commit 100a1d6

Please sign in to comment.