We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3768c5a + 17cbbdb commit 53f545dCopy full SHA for 53f545d
1 file changed
.github/workflows/foundry-test.yml
@@ -56,6 +56,9 @@ jobs:
56
forge build --sizes
57
id: build
58
59
+ - name: Install OpenZeppelin upgrades validator
60
+ run: npm install --no-save --package-lock=false @openzeppelin/upgrades-core@^1.37.0
61
+
62
- name: Run Forge tests
63
run: |
64
forge test --ffi -vvv
0 commit comments