Skip to content

Commit d649698

Browse files
committed
run tests with multiple threads to improve test time
1 parent fa6743f commit d649698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make install-go-test-tools
3838

3939
- name: Run Go tests
40-
run: make tests
40+
run: make -j 8 tests
4141

4242
- name: Coveralls
4343
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)