We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b142d commit dc1ac35Copy full SHA for dc1ac35
1 file changed
.github/workflows/rust_ci.yaml
@@ -21,6 +21,7 @@ env:
21
CARGO_TERM_COLOR: always
22
CLOUD_VERSION: latest-amd64
23
RUST_TOOLCHAIN: "1.92.0"
24
+ CARGO_PROFILE_TEST_DEBUG: "0"
25
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.event.client_payload.pr_number || github.event.inputs.pr_number || github.ref }}
0 commit comments