From f0f049d2ccc90d53d735e5e69af2723c697a3c6a Mon Sep 17 00:00:00 2001 From: "Paul H. Liu" Date: Tue, 21 Jan 2025 04:21:26 -0800 Subject: [PATCH] CI Fix --- .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 096b233d..c458f496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: arduino/setup-protoc@v3 - name: Cargo test - run: unset CI && cargo test -- --test-threads=1 + run: unset CI && cargo -j1 test -- --test-threads=1 docker-build: runs-on: ubuntu-latest