Skip to content

Commit e91dc22

Browse files
committed
Run library tests in parallel
1 parent f1c7263 commit e91dc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: uv python install ${{ matrix.python-version }}
3737

3838
- name: Install and run tests
39-
run: make test
39+
run: make -j $(nproc) test

0 commit comments

Comments
 (0)