From e428ba6028dbc256d8cdca09b1093be5020cc61d Mon Sep 17 00:00:00 2001 From: Eric Biggs <40836920+Proziam@users.noreply.github.com> Date: Sun, 29 Sep 2024 06:49:21 -0400 Subject: [PATCH] Update Rust Action --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c43bf5..0272228 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,5 +31,5 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose -- --nocapture + run: cargo test --verbose -- --nocapture --test-threads=1