Browse Source

Remove --verbose from GitHub workflow

android
Roman Zeyde 5 years ago
parent
commit
7ee0b5b784
  1. 6
      .github/workflows/rust.yml

6
.github/workflows/rust.yml

@ -10,8 +10,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Check - name: Check
run: cargo check --verbose run: cargo check
- name: Build - name: Build
run: cargo build --verbose run: cargo build
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test

Loading…
Cancel
Save