Don't be as verbose.
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
||||
default: true
|
||||
override: true
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build
|
||||
- name: Format Check
|
||||
run: cargo fmt --check
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test
|
||||
|
||||
Reference in New Issue
Block a user