Skip to content

Commit 85fc1e7

Browse files
committed
ok
1 parent 5c45b80 commit 85fc1e7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,3 @@ jobs:
2222
run: |
2323
slither . || true
2424
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

Comments
 (0)