Skip to content

Commit 37e8bd3

Browse files
committed
Update cargo mutants to only search the diff for .rs files
1 parent 3592336 commit 37e8bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Relative diff
139139
run: |
140140
git branch -av
141-
git diff origin/${{ github.base_ref }}.. | tee git.diff
141+
git diff origin/${{ github.base_ref }}.. -- '*.rs' | tee git.diff
142142
- uses: taiki-e/install-action@v2
143143
with:
144144
tool: cargo-mutants@25.2.2

0 commit comments

Comments
 (0)