Skip to content

Commit 25a0fe6

Browse files
committed
tests: run tox in parallel
1 parent d2ef453 commit 25a0fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: cachix/install-nix-action@v31
1515
- name: run tests
1616
run:
17-
nix develop -c 'tox'
17+
nix develop -c 'tox -p auto'

0 commit comments

Comments
 (0)