From 60cc519e3d984fddfdd17b07862022cde1bac69e Mon Sep 17 00:00:00 2001 From: Lucas Jeub Date: Fri, 5 Jul 2024 16:56:30 +0200 Subject: [PATCH] fix the workflow --- .github/workflows/test_rust_disk_storage_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_rust_disk_storage_workflow.yml b/.github/workflows/test_rust_disk_storage_workflow.yml index 56541fefc..b33df201b 100644 --- a/.github/workflows/test_rust_disk_storage_workflow.yml +++ b/.github/workflows/test_rust_disk_storage_workflow.yml @@ -64,7 +64,7 @@ jobs: RUSTFLAGS: -Awarnings TEMPDIR: ${{ runner.temp }} run: | - cargo -j 4 nextest run --all --no-default-features --features "storage" + cargo nextest run -j4 --all --no-default-features --features "storage" - name: Run Tests (features=io) env: RUSTFLAGS: -Awarnings