Skip to content

Commit

Permalink
No verbose, too much logging
Browse files Browse the repository at this point in the history
  • Loading branch information
4f48 committed Sep 6, 2024
1 parent 0444e66 commit 67f067f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --check --verbose
run: cargo fmt --check
- name: Lint
run: cargo clippy --verbose
run: cargo clippy
- name: Build
run: cargo build --release --verbose
run: cargo build --release
- name: Upload build artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 67f067f

Please sign in to comment.