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