Skip to content

Commit 9127408

Browse files
committed
chore: testing
1 parent 0479e9a commit 9127408

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)