1
0
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:
Roman Zeyde 2019-12-02 10:20:11 +02:00
parent 5833a9a213
commit 7ee0b5b784

View File

@ -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