Fix deciding which crates to test on windows

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-12 00:44:26 +10:00
parent 8a1f329389
commit 2cd7ee9c04
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -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: |