Skip to content

Commit 26e99f2

Browse files
committed
test x86_64-pc-windows-gnullvm to see if it works
1 parent 55d99da commit 26e99f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
os: windows-2022
5353
features: ""
5454
target: "x86_64-pc-windows-msvc"
55+
- rust: stable-x86_64-gnu
56+
os: windows-2022
57+
features: ""
58+
target: "x86_64-pc-windows-gnullvm"
5559
steps:
5660
- name: Checkout sources
5761
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -100,6 +104,7 @@ jobs:
100104
run: cargo nextest run --target ${{matrix.target}} ${{ matrix.features }} --no-fail-fast
101105
env:
102106
RUST_BACKTRACE: 1
107+
CARGO_TARGET_X86_64_PC_WINDOWS_GNULLVM_LINKER: rust-lld
103108
- name: Upload coverage to Codecov
104109
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
105110
if: matrix.os != 'windows-2022' && matrix.rust == 'stable'

0 commit comments

Comments
 (0)