diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e9517..1955bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: command: build args: --all-features --target ${{ matrix.platform.target }} - name: Tests + if: matrix.platform.target == 'x86_64-unknown-linux-gnu' || matrix.platform.target == 'x86_64-pc-windows-msvc' || matrix.platform.target == 'aarch64-apple-darwin' uses: actions-rs/cargo@v1 with: command: test