Skip to content

Commit 7381a1d

Browse files
committed
DO NOT MERGE: Test rustflags for backtrace-rs suggested workaround
1 parent 7f12241 commit 7381a1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Set RUSTFLAGS to deny warnings
4343
if: "matrix.toolchain == '1.63.0'"
4444
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
45+
- name: Test windowz line-tables-only
46+
if: "matrix.toolchain == 'beta' && matrix.platform == 'windows-latest'"
47+
shell: bash # Default on Winblows is powershell
48+
run: RUSTFLAGS="-C debuginfo=line-tables-only" cargo test --features backtrace
4549
- name: Run CI script
4650
shell: bash # Default on Winblows is powershell
4751
run: CI_MINIMIZE_DISK_USAGE=1 ./ci/ci-tests.sh

0 commit comments

Comments
 (0)