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
5 changes: 5 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
- name: Run contract tests
run: cargo test

- name: Run contract fuzz tests
run: cargo test -p subscription_renewal -p escrow -p payment-channel fuzz_
env:
PROPTEST_CASES: "8"

- name: Verify backend contract interface alignment
working-directory: ..
run: |
Expand Down
3 changes: 3 additions & 0 deletions contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ target
# Local settings
.soroban
.stellar

# Fuzz tests do not commit Soroban snapshot JSON
contracts/*/test_snapshots/fuzz/
Loading
Loading