From 193f16fbcfc7c0b715465dc03176396968f30f25 Mon Sep 17 00:00:00 2001 From: nmccready Date: Thu, 4 Jun 2026 22:20:17 -0400 Subject: [PATCH] fix: remove redundant test fan-in job --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b4ad55..ca9181d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,8 +52,8 @@ jobs: - name: Run tests run: cargo test - tests: - name: tests + test: + name: test needs: [test-shell, test-rust] runs-on: ubuntu-latest if: always() @@ -68,3 +68,4 @@ jobs: fi done echo "All jobs passed" +