Skip to content

Commit

Permalink
test: do not run cargo test on PRs for coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed May 27, 2024
1 parent 7f83dcf commit 19b4452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Tests
on:
push:
branches: [ master ]
paths-ignore:
- '.github/coverage.yml'
pull_request:
branches: [ master ]
paths-ignore:
- '.github/coverage.yml'

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 19b4452

Please sign in to comment.