Skip to content

Commit 9be59f7

Browse files
committed
fix pixi tests
1 parent 4660203 commit 9be59f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-galah.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run tests with Pixi
5353
run: |
54-
pixi run -e dev galah -h
54+
pixi run -e dev cargo run -- -h
5555
pixi run -e dev cargo test
5656
5757
# Run after removing lock file so dependences are unlocked
@@ -84,5 +84,5 @@ jobs:
8484
8585
- name: Run tests with Pixi
8686
run: |
87-
pixi run -e dev galah -h
87+
pixi run -e dev cargo run -- -h
8888
pixi run -e dev cargo test

0 commit comments

Comments
 (0)