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.
x86_64-pc-windows-gnullvm
1 parent 55d99da commit 26e99f2Copy full SHA for 26e99f2
.github/workflows/checks.yaml
@@ -52,6 +52,10 @@ jobs:
52
os: windows-2022
53
features: ""
54
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"
59
steps:
60
- name: Checkout sources
61
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -100,6 +104,7 @@ jobs:
100
104
run: cargo nextest run --target ${{matrix.target}} ${{ matrix.features }} --no-fail-fast
101
105
env:
102
106
RUST_BACKTRACE: 1
107
+ CARGO_TARGET_X86_64_PC_WINDOWS_GNULLVM_LINKER: rust-lld
103
108
- name: Upload coverage to Codecov
109
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
110
if: matrix.os != 'windows-2022' && matrix.rust == 'stable'
0 commit comments