Skip to content

Commit cb2b524

Browse files
committedMar 13, 2024
add pytest to cpp ci workflow
1 parent 7982588 commit cb2b524

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)
Please sign in to comment.