Skip to content

Commit 8ad1560

Browse files
committed
Add test actions for multi-abi
1 parent b013441 commit 8ad1560

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/echidna.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ jobs:
117117
contract: TestDepositWithPermit
118118
outcome: success
119119
expected: 'testERC20PermitDeposit(uint256):\s*passed'
120+
- name: MultiABI
121+
workdir: program-analysis/echidna/example/
122+
files: multiabi.sol
123+
solc-version: 0.8.0
124+
config: multiabi.yaml
125+
contract: EchidnaTest
126+
outcome: failure
127+
expected: 'test_flag_is_false():\s*failed'
120128

121129
steps:
122130
- name: Checkout repository

0 commit comments

Comments
 (0)