Skip to content

Commit 14966f1

Browse files
authored
Merge pull request #74 from SLM-Audio/syl/speedup-ci
Add parallel to ci on macOS
2 parents 28c9439 + 36d9e3f commit 14966f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/framework-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: threeal/cmake-action@main
3232
with:
3333
options: "MOSTLY_HARMLESS_TESTS=ON CMAKE_BUILD_TYPE=Release"
34-
build-args: "--target mostly-harmless-tests --config Release"
34+
build-args: "--target mostly-harmless-tests --config Release -- -j 24"
3535
- name: Run tests
3636
run: "./build/mostly-harmless-tests"
3737

0 commit comments

Comments
 (0)