Skip to content

Commit

Permalink
add pytest to cpp ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Mar 12, 2024
1 parent 589c504 commit 43e107c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cpu-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jobs:
run: |
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
./build.sh
- name: Run test
run: |
cd .. && pytest test/pytest/test_cpp_backend.py

0 comments on commit 43e107c

Please sign in to comment.