Skip to content

Commit 2f07e0f

Browse files
Adding back releaase
1 parent f7c8e01 commit 2f07e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ jobs:
674674
- name: Build
675675
env:
676676
CMAKE_PARAMS: "-DVTR_ASSERT_LEVEL=3 -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache"
677-
BUILD_TYPE: debug # Note: We use the debug build here to make the build time faster since we do not care about run time.
677+
BUILD_TYPE: release # Note: We use the debug build here to make the build time faster since we do not care about run time.
678678
run: |
679679
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
680680
make -j${{ steps.cpu-cores.outputs.count}}

0 commit comments

Comments
 (0)