Update rust.yml

This commit is contained in:
Shunsuke Shibayama 2023-02-04 12:22:16 +09:00
parent e229bfa23c
commit b457029a3c

View file

@ -39,8 +39,6 @@ jobs:
python-version: "3.11.0"
- uses: Swatinem/rust-cache@v2
- run: rustup update stable
- name: Compile
run: cargo test --features large_thread --all --verbose --no-run
- name: Run tests (Windows)
if: runner.os == 'Windows'
# HACK: The cause is unknown, but on windows, the exit code is 1 even if tests are successful.