Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
CI: no need for verbose
  • Loading branch information
dheijl committed Oct 29, 2024
1 parent 4e37a9c commit 0e90029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
working-directory: src
shell: bash
run: |
cargo build --verbose --bin swyh-rs
cargo build --verbose --bin swyh-rs-cli --features cli --no-default-features
cargo build --bin swyh-rs
cargo build --bin swyh-rs-cli --features cli --no-default-features

0 comments on commit 0e90029

Please sign in to comment.