Cut CI unit test runtime in half (#32706)

This commit is contained in:
fheinecke 2023-09-27 18:17:19 -05:00 committed by GitHub
parent 2322e007cf
commit d20606f54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,5 +69,5 @@ jobs:
run: mount -t debugfs none /sys/kernel/debug/
- name: Run tests
timeout-minutes: 40
run: make test-go test-sh test-api
timeout-minutes: 20
run: make -j"$(nproc)" test-go test-sh test-api