diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b3143c..f521134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: target: ${{ matrix.toolchain }} - name: Test + if: matrix.platform != 'm1darwin' run: cargo test --release --all-features --target ${{ matrix.toolchain }} - name: Build