Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 20f447e

Browse files
committed
add symtest in ci
1 parent b28de35 commit 20f447e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-foundry.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737

3838
- name: Run tests
3939
run: forge test
40+
41+
- name: Install symtest
42+
run: python3 -m pip install --upgrade symtest
43+
44+
- name: Run symtest
45+
run: symtest --function testProve --loop 4

0 commit comments

Comments
 (0)