Skip to content

Commit

Permalink
Cut CI unit test runtime in half (#32706)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Sep 27, 2023
1 parent 2322e00 commit d20606f
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 d20606f

Please sign in to comment.