Skip to content

Commit

Permalink
⚗️
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 22, 2024
1 parent 67e7ab4 commit 3cd0c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: [main, eita]
pull_request:
workflow_dispatch:

Expand All @@ -21,6 +21,7 @@ jobs:
- uses: foundry-rs/foundry-toolchain@v1
- run: bun install
- run: bun run lint
- run: rm -rf cache
- run: forge build --force
- run: bun run coverage
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 3cd0c87

Please sign in to comment.