Only run tests once per OS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user