zed: Include full debug info in debug builds (#27924)

Ben Kunkle created

Closes #ISSUE

Release Notes:

- N/A

Change summary

.github/actions/run_tests_windows/action.yml | 2 +-
Cargo.toml                                   | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

Detailed changes

.github/actions/run_tests_windows/action.yml 🔗

@@ -23,4 +23,4 @@ runs:
     - name: Run tests
       shell: pwsh
       working-directory: ${{ inputs.working-directory }}
-      run: cargo nextest run --workspace --no-fail-fast
+      run: cargo nextest run --workspace --no-fail-fast --config='profile.dev.debug="limited"'

Cargo.toml 🔗

@@ -662,7 +662,6 @@ notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "bb
 
 [profile.dev]
 split-debuginfo = "unpacked"
-debug = "limited"
 codegen-units = 16
 
 [profile.dev.package]