From c21f9db472d1136b4c3232b5a7450b90093fb2f8 Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Wed, 18 Dec 2024 23:37:57 +0800 Subject: [PATCH] chore: add quote in command --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ba80340..50a8f41 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,7 +46,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Run tests - run: cargo test --package gotcha --no-default-features --features ${{ matrix.features }} + run: cargo test --package gotcha --no-default-features --features "${{ matrix.features }}" test: name: Test