Skip to content

Commit

Permalink
run integration tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jul 15, 2024
1 parent 2ced04a commit ffa5272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
)" >> $GITHUB_ENV
- name: Run tests
run: forge test --no-match-contract Integration
run: forge test

coverage:
runs-on: ubuntu-latest
Expand All @@ -59,7 +59,7 @@ jobs:
)" >> $GITHUB_ENV
- name: Run coverage
run: forge coverage --report summary --report lcov --ir-minimum --no-match-contract Integration
run: forge coverage --report summary --report lcov --ir-minimum

# To ignore coverage for certain directories modify the paths in this step as needed. The
# below default ignores coverage results for the test and script directories. Alternatively,
Expand Down

0 comments on commit ffa5272

Please sign in to comment.