Skip to content

Commit

Permalink
ci: test coverage
Browse files Browse the repository at this point in the history
(cherry picked from commit 9da0dc1ec00aed87db45a30998c90a6eca367cb9)
  • Loading branch information
superical committed Mar 21, 2024
1 parent 462e007 commit fa55d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
node-version: 20.x
- uses: foundry-rs/foundry-toolchain@v1
- run: sudo apt-get install -y lcov
- run: npm ci --no-fund --no-audit
- run: npm run test
- run: npm run test:coverage

test-build:
name: Test Build
Expand Down

0 comments on commit fa55d70

Please sign in to comment.