Update rust.yml

This commit is contained in:
Shunsuke Shibayama 2023-09-03 16:58:30 +09:00
parent ce8e2fa32d
commit 5ca3cd2020

View file

@ -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: