Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Mar 4, 2024
1 parent 5bad101 commit 6deb7a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: workflow_dispatch
on:
pull_request:
branches:
- main

env:
FOUNDRY_PROFILE: ci
Expand Down Expand Up @@ -32,3 +35,8 @@ jobs:
run: |
forge test -vvv
id: test

- name: Check formatting
run: |
forge fmt --check
id: fmt

0 comments on commit 6deb7a7

Please sign in to comment.