Skip to content

Commit 522d8e0

Browse files
committed
Do not build and run C++ tests for now
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent e5c40f2 commit 522d8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_with_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ jobs:
101101
ARCTICDB_BUILD_CPP_TESTS: 1
102102

103103
- name: Build C++ Tests
104-
if: ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
104+
if: false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
105105
shell: bash -l {0}
106106
run: |
107107
cd cpp/out/linux-conda-release-build/
108108
make -j ${{ steps.cpu-cores.outputs.count }} arcticdb_rapidcheck_tests
109109
make -j ${{ steps.cpu-cores.outputs.count }} test_unit_arcticdb
110110
111111
- name: Run C++ Tests
112-
if: ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
112+
if: false # ${{ inputs.run_cpp_tests == true || github.event_name != 'workflow_dispatch' }}
113113
shell: bash -l {0}
114114
run: |
115115
cd cpp/out/linux-conda-release-build/

0 commit comments

Comments
 (0)