Skip to content

Commit 127b4ac

Browse files
authored
Merge pull request #2 from Samuel1-ona/updated-sonichain-to-clarinet-4
Updated unit testing and rendezvous testing
2 parents 55e3028 + c3b8968 commit 127b4ac

3 files changed

Lines changed: 536 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Install dependencies
3838
run: npm ci
3939

40-
- name: Run fuzz tests
41-
run: npx rv . Sonichain test
42-
43-
40+
- name: Run property-based fuzz tests
41+
run: npx rv . Sonichain test
4442

43+
- name: Run invariant fuzz tests
44+
run: npx rv . Sonichain invariant
4545

4646
tests:
4747
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)