From fea77fee4b5c7fc9d3d1e8cba9645e8eb9b38a9d Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Fri, 23 Dec 2022 15:26:00 +0900 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e944e9d..dfadffb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,8 +22,8 @@ jobs: rustup update stable cargo build --verbose # Removed because it caused a segmentation fault and would not stop executing. Testing should be done locally. - # - name: Run tests - # run: cargo test --verbose -- --test-threads=2 + - name: Run tests + run: cargo test --verbose - uses: actions-rs/cargo@v1 with: command: clippy