fixup! Fix CI
This commit is contained in:
parent
5dcfd5006e
commit
316607108b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user