Skip to content

Commit dcc4b55

Browse files
authored
Run tests in parallel (#304)
1 parent c4fd228 commit dcc4b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
make install -j
196196
197197
cd ../installation
198-
./bin/python3 -m test -uall
198+
./bin/python3 -m test -uall -j4
199199
200200
build-android:
201201
name: build-android (${{ matrix.arch }})

0 commit comments

Comments
 (0)