From 53f232657d0eda351ea77b0ad0c24497aceecb88 Mon Sep 17 00:00:00 2001 From: kazuminn Date: Sun, 18 Sep 2022 18:48:08 +0900 Subject: [PATCH] add test threads 1 of ci test --- .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 34f2cec8..efbd6044 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,4 +35,4 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose -- --test-threads=1 \ No newline at end of file + run: cargo test --verbose -- -- --test-threads=1 \ No newline at end of file