Skip to content

Commit 9dbd2de

Browse files
committed
add pytest to cpp ci workflow
1 parent add6f6b commit 9dbd2de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cpu-cpp.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ jobs:
5555
run: |
5656
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
5757
./build.sh
58+
- name: Run test
59+
run: |
60+
cd .. && pytest test/pytest/test_cpp_backend.py

0 commit comments

Comments
 (0)