File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -131,16 +131,16 @@ jobs:
131131 # run: yarn workspace @kleros/kleros-v2-contracts install
132132
133133 - name : Install Foundry
134- run : |
135- cd contracts
136- wget https://github.com/foundry-rs/foundry/releases/download/v1.3.4/foundry_v1.3.4_linux_amd64.tar.gz
137- tar -xzf foundry_v1.3.4_linux_amd64.tar.gz
138- ls -la
139- ./forge --version
140- # uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
134+ uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
135+ # run: |
136+ # cd contracts
137+ # wget https://github.com/foundry-rs/foundry/releases/download/v1.3.4/ foundry_v1.3.4_linux_amd64.tar.gz
138+ # tar -xzf foundry_v1.3.4_linux_amd64.tar.gz
139+ # ls -la
140+ # ./forge --version
141141
142142 - name : Run Foundry tests
143- run : cd contracts && ./forge test
143+ run : cd contracts && ./forge test --config-path ./foundry.toml
144144 # working-directory: contracts
145145
146146 - name : Run snapshot
You can’t perform that action at this time.
0 commit comments