We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519966c commit 5c68a7fCopy full SHA for 5c68a7f
2 files changed
.github/workflows/contracts-test.yml
@@ -42,8 +42,8 @@ jobs:
42
if: env.GIT_DIFF
43
working-directory: ./contracts
44
run: |
45
- forge install OpenZeppelin/openzeppelin-contracts@v4.9.5 --no-commit
46
- forge install foundry-rs/forge-std --no-commit --no-git
+ forge install OpenZeppelin/openzeppelin-contracts@v4.9.5
+ forge install foundry-rs/forge-std
47
48
- name: Run contract tests
49
contracts/README.md
@@ -34,8 +34,7 @@ These targets will:
34
```bash
35
cd contracts
36
37
-# One time setup
38
-make setup-env
+make setup-env # One time setup
39
40
make anvil-start # Start Anvil
41
make deploy-manual # Deploy contract with forge
0 commit comments