Only run tests once per OS

This commit is contained in:
Luis Moreno
2021-03-05 18:45:20 -04:00
parent 3dc5336514
commit 02200ae1e3
+1
View File
@@ -44,6 +44,7 @@ jobs:
command: build command: build
args: --all-features --target ${{ matrix.platform.target }} args: --all-features --target ${{ matrix.platform.target }}
- name: Tests - 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 uses: actions-rs/cargo@v1
with: with:
command: test command: test