Skip to content

Commit d922bd2

Browse files
committed
WIP: testing with deactivated c++ tests with ply x2
1 parent 65795ab commit d922bd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-pass.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
ls ${{github.workspace}}/build/Release
5353
54-
- name: Copying the dlls
54+
- name: Copying the dlls for python tests and c++ tests
5555
run: |
5656
cp ${{github.workspace}}/build/bin/Release/diffCheck.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
5757
cp ${{github.workspace}}/build/bin/Release/Open3D.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
@@ -63,6 +63,5 @@ jobs:
6363
ls ${{github.workspace}}/tests/integration_tests/pybinds_tests
6464
6565
- name: Run tests with cmake
66-
working-directory: ${{github.workspace}}/build
6766
run: |
68-
conda run --name diff_check --no-capture-output ctest -C Release --verbose
67+
conda run --name diff_check ctest --test-dir build --output-on-failure -C Release --verbose

0 commit comments

Comments
 (0)