Skip to content

Commit 5c13452

Browse files
committed
Turn of verbose logging in CI
1 parent 38fc478 commit 5c13452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ jobs:
146146
with:
147147
use-cross: true
148148
command: build
149-
args: --verbose --release --target=${{ matrix.TARGET }}
149+
args: --release --target=${{ matrix.TARGET }}

0 commit comments

Comments
 (0)