ci: build and test rust bindings

This commit is contained in:
youben11
2022-10-28 10:18:09 +01:00
committed by Ayoub Benaissa
parent 0ac21fd037
commit e40c6392cb
2 changed files with 6 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ jobs:
rm -rf /build
pip install pytest
sed "s/pytest/python -m pytest/g" -i Makefile
make DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$PYTHON_EXEC BUILD_DIR=/build all run-tests run-end-to-end-dataflow-tests
make DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$PYTHON_EXEC BUILD_DIR=/build all run-tests run-end-to-end-dataflow-tests run-rust-tests
echo "Debug: ccache statistics (after the build):"
ccache -s
chmod -R ugo+rwx /tmp/KeySetCache