We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db85d68 commit 4ecb866Copy full SHA for 4ecb866
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
working-directory: ./build
48
run: |
49
export $(dbus-launch)
50
- ctest --output-on-failure
+ ctest --output-on-failure -j$(nproc)
51
52
build-fedora:
53
name: Build, Test on Fedora Latest (Container)
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
build-fedora-nss:
76
name: Build, Test on Fedora Rawhide (NSS) (Container)
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
build-macos:
99
# The type of runner that the job will run on
0 commit comments