Skip to content

Commit

Permalink
foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 13, 2024
1 parent 0550481 commit 01a365e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:

jobs:
test:
name: Hardhat Tests
name: Contract tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Use Bun 1.1.16
uses: oven-sh/setup-bun@v1
with:
Expand Down

0 comments on commit 01a365e

Please sign in to comment.