Skip to content

Commit e24a97c

Browse files
committed
fix: Specific test run for Windows defining rststmgr
1 parent 9eaf291 commit e24a97c

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

‎.github/workflows/ci-rust.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,14 @@ jobs:
107107
shared-key: "gha"
108108
save-if: ${{ github.ref == 'refs/heads/main' }}
109109

110-
- name: Compile for windows
110+
- name: Run tests for windows
111111
if: runner.os == 'Windows'
112112
env:
113-
RUSTFLAGS: "-C link-args=rstrtmgr.lib"
113+
RUSTFLAGS: "-C link-args=dylib=rstrtmgr.lib"
114114
run: pixi run -e rdev tests-r
115115

116116
- name: Run tests
117+
if: runner.os != 'Windows'
117118
run: pixi run -e rdev tests-r
118119

119120
publish-dry:

‎build.rs‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)