Update rust.yml

This commit is contained in:
Shunsuke Shibayama 2022-12-23 15:26:00 +09:00
parent c3c1615690
commit fea77fee4b
1 changed files with 2 additions and 2 deletions

View File

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