From 1d3c7809124d8a72fcffe0407d5fe48cc764e1d9 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 24 Mar 2021 16:02:57 +1100 Subject: [PATCH] Allow more than two concurrent tests There is no reason to limit this, all the docker tests are outside of the lib. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 656a5521..c866b344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,8 +80,6 @@ jobs: path: target/${{ matrix.target }}/debug/asb test: - env: - RUST_TEST_TASKS: 2 strategy: matrix: os: [ ubuntu-latest, macos-latest ]