Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run fuzz tests
run: npx rv . roxy test


- name: Run property-based tests
run: npx rv . roxy test --runs=100

- name: Run invariant tests
run: npx rv . roxy invariant --runs=100


tests:
runs-on: ubuntu-latest
Expand Down
Loading