Only run 2 tests at the same time to avoid resource issue with docker

This commit is contained in:
Franck Royer 2020-12-22 10:58:17 +11:00
parent 297b15e3ce
commit 058c214892
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -48,6 +48,8 @@ jobs:
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
build_test:
env:
RUST_TEST_TASKS: 2
strategy:
matrix:
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]