Skip to content

Commit

Permalink
nix run for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Dec 7, 2023
1 parent adef80f commit e25100a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: Prepare repo
run: nix run

- name: Check gas snapshots
run: forge snapshot --check
id: snapshot

0 comments on commit e25100a

Please sign in to comment.