diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da6f2f8..d303c22 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