Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[epociask/issue-172-version-pinned-devnet-allocs] move foundry instal…
Browse files Browse the repository at this point in the history
…l command
  • Loading branch information
Ethen Pociask committed Nov 2, 2023
1 parent eea6122 commit b53289b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hygeine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Mock diff check
run: make go-gen-mocks && git diff --exit-code

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

- name: Devnet diff check
run: make devnet-allocs && git diff --exit-code

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@ jobs:
with:
go-version: 1.21

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

- name: Run E2E Integration Tests
run: make e2e-test

0 comments on commit b53289b

Please sign in to comment.