We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4040e commit a90e5ccCopy full SHA for a90e5cc
.cargo/config.toml
@@ -11,3 +11,6 @@ target-dir = "target"
11
12
[unstable]
13
binary-dep-depinfo = true
14
+
15
+[profile.dev]
16
+split-debuginfo = "unpacked"
.github/workflows/clippy_bors.yml
@@ -180,6 +180,8 @@ jobs:
180
181
# Run
182
- name: Build Integration Test
183
+ env:
184
+ CARGO_PROFILE_DEV_SPLIT_DEBUGINFO: off
185
run: cargo test --test integration --features integration --no-run
186
187
# Upload
0 commit comments