diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776f22cb..0f9b234f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: command: test args: --all --release - uses: actions-rs/cargo@v1 - if: runner.os == 'windows' + if: runner.os != 'windows' with: command: test args: --all