Skip to content

Commit 4470bb7

Browse files
authored
Update CI-cpp.yml to compile tests (#154)
1 parent 075948d commit 4470bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
$Torch_DIR = python3 -c "import torch;print(torch.utils.cmake_prefix_path)"
8383
echo "torch location: $Torch_DIR"
84-
cmake -DNT_TEST_COVERAGE=ON -DCMAKE_PREFIX_PATH="$Torch_DIR" -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
84+
cmake -DNT_COMPILE_TESTS=ON -DNT_TEST_COVERAGE=ON -DCMAKE_PREFIX_PATH="$Torch_DIR" -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
8585
8686
- name: Build
8787
# Build your program with the given configuration

0 commit comments

Comments
 (0)