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 846807e commit c0828ddCopy full SHA for c0828dd
.github/workflows/test.yml
@@ -84,10 +84,10 @@ jobs:
84
- name: configure cmake
85
run: |
86
nix-shell --argstr compiler ${{ matrix.compiler }} --run "
87
- cd build && cmake .. \
+ cd build && cmake -GNinja .. \
88
-DCMAKE_BUILD_TYPE=${{ matrix.type }} \
89
-DENABLE_COVERAGE=${{ contains(matrix.opts, 'coverage') }}
90
"
91
- - run: nix-shell --argstr compiler ${{ matrix.compiler }} --run "cd build && make check -j`nproc`"
+ - run: nix-shell --argstr compiler ${{ matrix.compiler }} --run "cd build && ninja check"
92
- run: nix-shell --argstr compiler ${{ matrix.compiler }} --run "bash <(curl -s https://codecov.io/bash)"
93
if: ${{ contains(matrix.opts, 'coverage') }}
0 commit comments