From 9bae7a4ba58e2e491da36015bc27e158830d86c1 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Tue, 23 Jan 2024 18:54:06 -0800 Subject: [PATCH] single threated ci tests --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e2f8e18..42db7c4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,8 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - command: test -- --test-threads=1 + command: test + args: -- --test-threads=1 fmt: name: Rustfmt