From 5ca3cd20204e286dba67da89b1b8381bde62a635 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama Date: Sun, 3 Sep 2023 16:58:30 +0900 Subject: [PATCH] Update rust.yml --- .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 88a93723..24ca9fdf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,7 +46,7 @@ jobs: python-version: ${{ matrix.python-version }} - uses: Swatinem/rust-cache@v2 - run: rustup update stable - - run: cargo test --all --verbose -- --include-ignored + - run: cargo test --all --verbose -- --include-ignored --nocapture build-check: strategy: