We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6f6b commit 9dbd2deCopy full SHA for 9dbd2de
.github/workflows/ci-cpu-cpp.yml
@@ -55,3 +55,6 @@ jobs:
55
run: |
56
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
57
./build.sh
58
+ - name: Run test
59
+ run: |
60
+ cd .. && pytest test/pytest/test_cpp_backend.py
0 commit comments