Skip to content

Commit

Permalink
Merge branch 'main' into perf/increase-default-assertion-solving-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Sep 23, 2024
2 parents a9f3d11 + 6a29824 commit 1612632
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,22 @@ jobs:
profile: ""
- repo: "pcaversaccio/snekmate"
dir: "snekmate"
cmd: "--config test/halmos.toml"
cmd: "--config test/halmos.toml --contract ERC20TestHalmos"
branch: ""
profile: "halmos"
- repo: "pcaversaccio/snekmate"
dir: "snekmate"
cmd: "--config test/halmos.toml --contract ERC721TestHalmos"
branch: ""
profile: "halmos"
- repo: "pcaversaccio/snekmate"
dir: "snekmate"
cmd: "--config test/halmos.toml --contract ERC1155TestHalmos"
branch: ""
profile: "halmos"
- repo: "pcaversaccio/snekmate"
dir: "snekmate"
cmd: "--config test/halmos.toml --contract MathTestHalmos"
branch: ""
profile: "halmos"

Expand Down

0 comments on commit 1612632

Please sign in to comment.