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

Commit 8207d3c

Browse files
committed
test: rename symtest to halmos
1 parent 25de5ba commit 8207d3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-foundry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Run tests
3939
run: forge test
4040

41-
- name: Install symtest
42-
run: python3 -m pip install --upgrade symtest
41+
- name: Install halmos
42+
run: python3 -m pip install --upgrade halmos
4343

44-
- name: Run symtest
45-
run: symtest --function testProve --loop 4
44+
- name: Run halmos
45+
run: halmos --function testProve --loop 4

0 commit comments

Comments
 (0)