We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45b80 commit 85fc1e7Copy full SHA for 85fc1e7
1 file changed
.github/workflows/ci.yml
@@ -22,24 +22,3 @@ jobs:
22
run: |
23
slither . || true
24
25
- forge-test:
26
- name: Forge tests
27
- runs-on: ubuntu-latest
28
- needs: slither
29
- steps:
30
- - uses: actions/checkout@v4
31
- - name: Install Foundry (foundryup) and verify
32
- run: |
33
- set -eux
34
- # install foundryup installer script
35
- curl -L https://foundry.paradigm.xyz | bash -s -- -y
36
- # run the foundryup binary directly to avoid non-interactive shell issues
37
- "$HOME/.foundry/bin/foundryup" -y
38
- # add foundry to GITHUB_PATH for subsequent steps
39
- echo "$HOME/.foundry/bin" >> $GITHUB_PATH
40
- # verify installation
41
- forge --version
42
- - name: Install Python deps (for other tooling)
43
- run: python -m pip install -r requirements.txt || true
44
- - name: Run forge tests
45
- run: forge test -v
0 commit comments