From e003a90aaf05f7ba61bbc21e7df341642f362051 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 11 Apr 2024 21:03:44 -0400 Subject: [PATCH] ci: update test job 'needs' * make the default features test depend on the default features check * make the all features test depend on the all features check --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2bb11d2..cb1fe22 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,7 +52,7 @@ jobs: test: name: Test Suite - needs: check-all-features + needs: check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -61,6 +61,7 @@ jobs: test_features: name: Test suite (with features) + needs: check-all-features runs-on: ubuntu-latest strategy: matrix: