Skip to content

Commit 2464896

Browse files
committed
WIP: reintroducing the c++ test suite with ply x2
1 parent 87adf1a commit 2464896

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-pass.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
run: |
7171
dir ${{github.workspace}}/build/df_tests/Release
7272
73+
# FIXME: testing solution
74+
- name: Verify the ply file exists
75+
run: |
76+
dir ${{github.workspace}}/tests/test_data
77+
7378
- name: Run tests with cmake
7479
run: |
7580
conda run --name diff_check ctest --test-dir build --output-on-failure -C Release --verbose

0 commit comments

Comments
 (0)