Skip to content

Commit

Permalink
add a bunch of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Dec 6, 2024
1 parent e7ee6fb commit 99806bf
Show file tree
Hide file tree
Showing 2 changed files with 449 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 @@ -33,6 +33,11 @@ jobs:
run: |
forge fmt --check
id: fmt

- name: Run Forge test
run: |
forge test
id: fmt

- name: Run Forge build
run: |
Expand Down
Loading

0 comments on commit 99806bf

Please sign in to comment.