1 parent 9eaf291 commit e24a97cCopy full SHA for e24a97c
2 files changed
.github/workflows/ci-rust.yml
@@ -107,13 +107,14 @@ jobs:
107
shared-key: "gha"
108
save-if: ${{ github.ref == 'refs/heads/main' }}
109
110
- - name: Compile for windows
+ - name: Run tests for windows
111
if: runner.os == 'Windows'
112
env:
113
- RUSTFLAGS: "-C link-args=rstrtmgr.lib"
+ RUSTFLAGS: "-C link-args=dylib=rstrtmgr.lib"
114
run: pixi run -e rdev tests-r
115
116
- name: Run tests
117
+ if: runner.os != 'Windows'
118
119
120
publish-dry:
build.rs
0 commit comments