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 4cea9c0 commit d98e9a4Copy full SHA for d98e9a4
.github/workflows/fedora.yml
@@ -89,4 +89,4 @@ jobs:
89
90
- name: Test
91
working-directory: build/test
92
- run: ctest -C ${{ env.BUILD_TYPE }} -j $(nproc) --output-on-failure
+ run: make check
.github/workflows/macos-12.yml
@@ -32,4 +32,4 @@ jobs:
32
33
34
working-directory: build
35
- run: ctest -C ${{ env.BUILD_TYPE }} -j $(sysctl -n hw.ncpu) --output-on-failure
.github/workflows/ubuntu.yml
@@ -47,4 +47,4 @@ jobs:
47
48
49
50
0 commit comments