Skip to content

Commit

Permalink
Pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 22, 2020
1 parent 6bd2b79 commit 7183966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_layout.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON -DWITH_DOT=NO -DWERROR=ON ..
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON -DWITH_DOT=NO -DPEDANTIC=ON ..
make -j3
- name: Run Tests
run: cd build && ctest -V -R PyQgsDocCoverage
Expand Down

0 comments on commit 7183966

Please sign in to comment.