From 02200ae1e319e9f878adc081a00f3faca31c6739 Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Fri, 5 Mar 2021 18:45:20 -0400 Subject: [PATCH] Only run tests once per OS --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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