Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 17, 2024
1 parent 35ca8ea commit fa9a991
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run tests
run: forge test -vvv
- name: Print forge location
run: which forge

- name: Print $HOME
run: echo $HOME

- name: Get forge version
run: forge --version

- name: Run snapshot
run: forge snapshot

0 comments on commit fa9a991

Please sign in to comment.