We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f12241 commit 7381a1dCopy full SHA for 7381a1d
.github/workflows/build.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: Set RUSTFLAGS to deny warnings
43
if: "matrix.toolchain == '1.63.0'"
44
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
49
- name: Run CI script
50
shell: bash # Default on Winblows is powershell
51
run: CI_MINIMIZE_DISK_USAGE=1 ./ci/ci-tests.sh
0 commit comments