Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpisreddevil committed Feb 11, 2025
1 parent a3f4039 commit 232c21c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/solidity-contracts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,22 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Run Forge build
run: |
pwd
cd ../solidity
cd ..
cd solidity
forge --version
forge remappings
forge build --sizes
id: build

- name: Run Forge tests
run: |
pwd
cd ..
cd solidity
forge test -vvv
id: test

0 comments on commit 232c21c

Please sign in to comment.