fixup! Fix CI

This commit is contained in:
Simon Bihel 2023-04-17 12:55:12 +01:00
parent 5dcfd5006e
commit 316607108b
No known key found for this signature in database
GPG Key ID: B7013150BEAA28FD

View File

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