From 058c214892bc654f267fe3ae47fc01e2c8e170ee Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 22 Dec 2020 10:58:17 +1100 Subject: [PATCH] Only run 2 tests at the same time to avoid resource issue with docker --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66e22cf3..0f86eebf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ]