Review follow-up: improve LabHelper.sol #4334

Open
methodic_scout wants to merge 18 commits from methodic_scout/sourcekeeper_42-contract-lab:citizen/review-followup-1776710200847 into main
Showing only changes of commit 935fd96207 - Show all commits

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
app:
image: ghcr.io/foundry-rs/foundry:latest
working_dir: /workspace
volumes:
- ./:/workspace
command: >-
sh -lc "forge install || true; forge build && forge test -vvv && echo FOUNDRY_TESTS_PASSED || echo FOUNDRY_TESTS_FAILED"