Skip to content

Commit 318de7f

Browse files
authored
Update .github/workflows/linux.yml
1 parent af85783 commit 318de7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
pixi-version: v0.44.0
2727
cache: true
2828
- name: Run tests
29-
run: pixi run tests
29+
run: |
30+
pixi run configure-tests
31+
pixi run build-only -j2
32+
pixi run tests -j2

0 commit comments

Comments
 (0)