Use split-debuginfo = "unpacked" for debug builds

This commit is contained in:
Alex Macleod 2023-03-17 13:43:32 +00:00
parent 5c4040e9bb
commit a90e5cc9af
2 changed files with 5 additions and 0 deletions

View file

@ -11,3 +11,6 @@ target-dir = "target"
[unstable]
binary-dep-depinfo = true
[profile.dev]
split-debuginfo = "unpacked"

View file

@ -180,6 +180,8 @@ jobs:
# Run
- name: Build Integration Test
env:
CARGO_PROFILE_DEV_SPLIT_DEBUGINFO: off
run: cargo test --test integration --features integration --no-run
# Upload