From 2985cf4eabc59900a11537df3cf09ee7754178ab Mon Sep 17 00:00:00 2001 From: Matt Butrovich Date: Tue, 30 Sep 2025 13:54:35 -0400 Subject: [PATCH] Run one Rust test at a time. --- .github/actions/rust-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rust-test/action.yaml b/.github/actions/rust-test/action.yaml index bc76319034..28840987e6 100644 --- a/.github/actions/rust-test/action.yaml +++ b/.github/actions/rust-test/action.yaml @@ -65,4 +65,4 @@ runs: shell: bash run: | cd native - RUST_BACKTRACE=1 cargo test + RUST_BACKTRACE=1 cargo test -- --test-threads=1