From a7cd210863d6d36dec18efeafe73790f5dd38783 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Wed, 13 Sep 2023 17:03:06 -0400 Subject: [PATCH] run ci tests in single thread --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2527ca39..4e331450e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: run: | rustup update cargo check - RUST_BACKTRACE=1 cargo test --all + RUST_BACKTRACE=1 cargo test --all -- --test-threads=1 - name: Semantic Release uses: cycjimmy/semantic-release-action@v3