We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c9439 + 36d9e3f commit 14966f1Copy full SHA for 14966f1
.github/workflows/framework-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: threeal/cmake-action@main
32
with:
33
options: "MOSTLY_HARMLESS_TESTS=ON CMAKE_BUILD_TYPE=Release"
34
- build-args: "--target mostly-harmless-tests --config Release"
+ build-args: "--target mostly-harmless-tests --config Release -- -j 24"
35
- name: Run tests
36
run: "./build/mostly-harmless-tests"
37
0 commit comments