Skip to content

Commit 0396fed

Browse files
committed
chore: Use debug=0 for CI
1 parent b152e10 commit 0396fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
test:
3232
runs-on: ${{ matrix.os }}
3333
env:
34-
CARGO_PROFILE_DEV_DEBUG: 1
35-
CARGO_PROFILE_TEST_DEBUG: 1
34+
CARGO_PROFILE_DEV_DEBUG: 0
35+
CARGO_PROFILE_TEST_DEBUG: 0
3636
CARGO_INCREMENTAL: 0
3737
CARGO_PUBLIC_NETWORK_TESTS: 1
3838
# Deny warnings on CI to avoid warnings getting into the codebase.

0 commit comments

Comments
 (0)