diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bf4847c..bb1ef3e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,8 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true - - name: Execute tests + - name: Execute tests (not macOS) + if: startsWith(matrix.os, 'macOS') == false uses: actions-rs/cargo@v1 with: command: test