1
0
Fork 0
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:
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