Skip to content

Commit 18be870

Browse files
committed
misc: update to use pixi for running tests
1 parent b7828d7 commit 18be870

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
- name: Cache Cargo dependencies
2121
uses: Swatinem/rust-cache@v2
2222

23+
- uses: prefix-dev/setup-pixi@v0.8.3
24+
2325
- name: Verify Cargo manifest
2426
run: cargo check
2527

2628
- name: Run tests
27-
run: cargo test --verbose
29+
run: pixi run test-py
2830

2931
- name: Publish to crates.io
3032
env:

0 commit comments

Comments
 (0)