shush
This commit is contained in:
parent
16b1d6f29d
commit
d2e077ef2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -28,10 +28,10 @@ jobs:
|
|||
- name: Rust version
|
||||
run: rustup --version
|
||||
- name: Check
|
||||
run: cargo check --verbose
|
||||
run: cargo check
|
||||
- name: Clippy
|
||||
run: cargo clippy
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue