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

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle 2025-04-02 14:39:30 -04:00 committed by GitHub
parent c7d27753ee
commit 8539e23018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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"'