Skip to content

Commit

Permalink
add snapshot to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Apr 22, 2024
1 parent 68a0ed8 commit 593e2b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
run: |
forge fmt --check
id: fmt

- name: Check snapshot
run: |
forge snapshot --check
id: snapshot

0 comments on commit 593e2b8

Please sign in to comment.