Skip to content

Commit

Permalink
Cut CI unit test runtime in half (#32774)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Sep 28, 2023
1 parent 8eb2820 commit c72f3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c72f3d0

Please sign in to comment.