From 2064bfed5bc0cb58edd67eabad4e7a99e5238e02 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 9 Oct 2020 09:57:28 +1100 Subject: [PATCH] Revert "Merge pull request #5 from comit-network/fix-ci" This reverts commit 3b0b722d4614ae0fb09fcb15939965d8f66c159b, reversing changes made to 93f1d960f533878db1e3822efdf4dac9434e17ee. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91e11e40..cfa28fba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,4 +74,4 @@ jobs: run: cargo check --workspace --all-targets --all-features - name: Cargo test - run: cargo test --workspace --all-features -- --test-threads 1 + run: cargo test --workspace --all-features