Skip to content

Commit

Permalink
chore: Remove --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Oct 10, 2024
1 parent 836ffcd commit 38a071e
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 @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: rustup default ${{ matrix.channel }}
- run: cargo build --verbose --all-targets
- run: cargo build --all-targets
- run: cargo test

wasm-build:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup default stable
- run: rustup target add wasm32-unknown-unknown
- run: cargo build --verbose --target=wasm32-unknown-unknown --no-default-features
- run: cargo build --target=wasm32-unknown-unknown --no-default-features

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 38a071e

Please sign in to comment.