Skip to content

Commit 9eaf291

Browse files
committed
Runs tests instead of just building
1 parent 39ebdd2 commit 9eaf291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: runner.os == 'Windows'
112112
env:
113113
RUSTFLAGS: "-C link-args=rstrtmgr.lib"
114-
run: pixi run -e rdev cargo build --workspace --locked
114+
run: pixi run -e rdev tests-r
115115

116116
- name: Run tests
117117
run: pixi run -e rdev tests-r

0 commit comments

Comments
 (0)