Revert to Release under Diff Release workflow (#1390)

This commit is contained in:
Marko Budiselić
2023-10-22 22:31:06 +02:00
committed by GitHub
parent b6693a7df0
commit 945388fba6

View File

@@ -244,7 +244,7 @@ jobs:
# Build release binaries.
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$THREADS
- name: Run GQL Behave tests