From 2cd7ee9c045269887a28ffc7b2c1a3995779d0da Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Wed, 12 Jun 2024 00:44:26 +1000 Subject: [PATCH] Fix deciding which crates to test on windows Signed-off-by: Jiahao XU --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 754d0e38..f59725c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: tools: cargo-nextest - name: Decide crates to test + shell: bash env: CRATES_CHANGED: ${{ needs.changed-files.outputs.crates_changed }} run: |