Skip to content

Commit

Permalink
⚗️
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Dec 19, 2023
1 parent 5ee1aea commit 589f473
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
workflow_dispatch:
push:
branches: [debug]

jobs:
test:
Expand All @@ -17,10 +19,5 @@ jobs:
cache: yarn
- uses: foundry-rs/foundry-toolchain@v1
- run: yarn
- run: yarn lint
- run: forge build
- run: yarn coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info,coverage/lcov.info
- run: bc --version
- run: forge test

0 comments on commit 589f473

Please sign in to comment.