We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c0cc5 commit ef3187aCopy full SHA for ef3187a
.github/workflows/test.yml
@@ -24,4 +24,6 @@ jobs:
24
GTEST_COLOR: 'yes'
25
run: |
26
cmake -B build -DBUILD_TESTING=ON
27
- cmake --build build -j16
+ cmake --build build -j8
28
+ cmake --install build
29
+ cmake --build build --target test ARGS="-V"
0 commit comments