Skip to content

Commit

Permalink
update gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Aug 3, 2024
1 parent c111822 commit f50ee96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: test

on: workflow_dispatch

on:
workflow_dispatch:
push:
branches:
- main
env:
FOUNDRY_PROFILE: ci

Expand Down Expand Up @@ -31,4 +34,4 @@ jobs:
- name: Run Forge tests
run: |
forge test -vvv
id: test
id: test

0 comments on commit f50ee96

Please sign in to comment.