Skip to content

Commit 9f2b2db

Browse files
authored
Turn of verbose logging in CI (#10)
1 parent e066013 commit 9f2b2db

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)