From d92a1f3d6cd95e6fd130862c8b21fa19f81107df Mon Sep 17 00:00:00 2001
From: Martin Pool <mbp@sourcefrog.net>
Date: Wed, 12 Jun 2024 15:03:44 -0700
Subject: [PATCH] Run full mutants after PR mutants

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d9bb5012..faa55fe2 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -172,7 +172,7 @@ jobs:
 
   cargo-mutants:
     runs-on: ubuntu-latest
-    needs: [test, release-binary]
+    needs: [test, release-binary, pr-mutants]
     strategy:
       fail-fast: false # We want to get all the mutant failures
       matrix: