Skip to content

Commit

Permalink
ci: parallelize snekmate tests (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 23, 2024
1 parent fb2160c commit 6a29824
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 6a29824

Please sign in to comment.