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
|
rustup update stable
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
# Removed because it caused a segmentation fault and would not stop executing. Testing should be done locally.
|
# Removed because it caused a segmentation fault and would not stop executing. Testing should be done locally.
|
||||||
# - name: Run tests
|
- name: Run tests
|
||||||
# run: cargo test --verbose -- --test-threads=2
|
run: cargo test --verbose
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue