Skip to content

Commit

Permalink
Run tests on pull requests as well as pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Feb 7, 2025
1 parent c87a0bc commit 93288f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ on:
- "src/**"
- "testdata/**"
- "tests/**"
pull_request:
paths:
- ".cargo/*.toml"
- ".github/workflows/tests.yml"
- "Cargo.*"
- "mutants_attrs/**"
- "src/**"
- "testdata/**"
- "tests/**"

# see https://matklad.github.io/2021/09/04/fast-rust-builds.html
env:
Expand Down

0 comments on commit 93288f8

Please sign in to comment.