Change summary
.github/actions/run_tests_windows/action.yml | 2 +-
Cargo.toml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Detailed changes
@@ -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"'
@@ -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]