Skip to content

Commit 364827e

Browse files
committed
Remove test building from automerge script
1 parent 3b1f0f4 commit 364827e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
-DCMAKE_CXX_FLAGS="-Werror" \
5454
-DCMAKE_C_FLAGS_DEBUG="-DNDEBUG" \
5555
-DCMAKE_CXX_FLAGS_DEBUG="-DNDEBUG" \
56-
-DCMAKE_INSTALL_PREFIX=check_install \
57-
-DBUILD_TESTING="ON"
56+
-DCMAKE_INSTALL_PREFIX=check_install
5857
5958
- name: Build
6059
run: |

0 commit comments

Comments
 (0)