Skip to content

Commit 3b61265

Browse files
committed
Reenable tests on PRs
This is better for third-party PRs, which otherwise don't show tests.
1 parent cbdfe8a commit 3b61265

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919
- "src/**"
2020
- "testdata/**"
2121
- "tests/**"
22-
# pull_request:
23-
# paths:
24-
# - ".cargo/*.toml"
25-
# - ".github/workflows/tests.yml"
26-
# - "Cargo.*"
27-
# - "mutants_attrs/**"
28-
# - "src/**"
29-
# - "testdata/**"
30-
# - "tests/**"
22+
pull_request:
23+
paths:
24+
- ".cargo/*.toml"
25+
- ".github/workflows/tests.yml"
26+
- "Cargo.*"
27+
- "mutants_attrs/**"
28+
- "src/**"
29+
- "testdata/**"
30+
- "tests/**"
3131

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

0 commit comments

Comments
 (0)