Skip to content

Commit f5203a9

Browse files
committed
Run tests in parallel in CI
1 parent 452425c commit f5203a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
MINIO_STORAGE_SECRET_KEY: minioSecretKey
3737
MINIO_STORAGE_MEDIA_BUCKET_NAME: s3ff-test
3838
run: |
39-
tox
39+
tox run-parallel
4040
test-javascript:
4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)