mirror of https://github.com/mtshiba/pylyzer
Update rust.yml
This commit is contained in:
parent
c3c1615690
commit
fea77fee4b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue