2 parents 55e3028 + c3b8968 commit 127b4acCopy full SHA for 127b4ac
3 files changed
.github/workflows/ci.yml
@@ -37,11 +37,11 @@ jobs:
37
- name: Install dependencies
38
run: npm ci
39
40
- - name: Run fuzz tests
41
- run: npx rv . Sonichain test
42
-
43
+ - name: Run property-based fuzz tests
+ run: npx rv . Sonichain test
44
+ - name: Run invariant fuzz tests
+ run: npx rv . Sonichain invariant
45
46
tests:
47
runs-on: ubuntu-latest
0 commit comments