mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Remove --verbose from GitHub workflow
This commit is contained in:
parent
5833a9a213
commit
7ee0b5b784
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…
Reference in New Issue
Block a user