diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d303c22..6adaad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,5 @@ jobs: run: cargo fmt -- --check - name: Test - if: matrix.cargo_target == "x86_64-unknown-linux-gnu" + if: matrix.cargo_target == 'x86_64-unknown-linux-gnu' run: cargo test