diff --git a/.github/actions/run_tests_windows/action.yml b/.github/actions/run_tests_windows/action.yml index c2875299cd..79de10e31d 100644 --- a/.github/actions/run_tests_windows/action.yml +++ b/.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"' diff --git a/Cargo.toml b/Cargo.toml index 0ef48a7795..b773fe3d63 100644 --- a/Cargo.toml +++ b/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]