Skip to content

Commit 82bc120

Browse files
committed
Update tests.yml
1 parent 7858c15 commit 82bc120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
mutation-testing:
202202
name: "Mutation Testing"
203203
runs-on: "ubuntu-latest"
204-
#needs: ["tests"]
204+
needs: ["tests"]
205205
if: github.event_name == 'pull_request'
206206

207207
strategy:

0 commit comments

Comments
 (0)