Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandiep committed Jun 18, 2024
1 parent 4dc1c62 commit 1fc7d7a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
submodules: recursive

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
uses: foundry-rs/foundry-toolchain@v1

- name: Install Dependencies
run: forge install

# - name: Run Lint Check
# run: forge fmt --check

- name: "Run Forge Tests"
run: "forge test"
- name: Run Forge Tests
run: forge test -vvv

0 comments on commit 1fc7d7a

Please sign in to comment.