mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 22:36:37 +01:00
Remove --verbose from GitHub workflow
This commit is contained in:
parent
5833a9a213
commit
7ee0b5b784
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Check
|
||||
run: cargo check --verbose
|
||||
run: cargo check
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test
|
||||
|
|
Loading…
Add table
Reference in a new issue