From 01a365edc70f165df3cafa80ef6adf6f0d6fb0f4 Mon Sep 17 00:00:00 2001 From: tate Date: Tue, 13 Aug 2024 11:23:36 +1000 Subject: [PATCH] foundry --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c8ded1..877ba2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: