Skip to content

Commit 354f731

Browse files
committed
Enable tests and indicate build type as release
1 parent 0f173db commit 354f731

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cpp_windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
ARROW_BOOST_USE_SHARED: OFF
4242
ARROW_BUILD_BENCHMARKS: ON
4343
ARROW_BUILD_SHARED: ON
44-
ARROW_BUILD_STATIC: OFF
45-
ARROW_BUILD_TESTS: OFF
44+
ARROW_BUILD_STATIC: ON
45+
ARROW_BUILD_TESTS: ON
46+
ARROW_BUILD_TYPE: release
4647
ARROW_DATASET: ON
4748
ARROW_DEPENDENCY_SOURCE: VCPKG
4849
ARROW_FLIGHT: ON

0 commit comments

Comments
 (0)