Skip to content

Commit

Permalink
chore: add quote in command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Dec 18, 2024
1 parent 961fbbe commit c21f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c21f9db

Please sign in to comment.