chore(ci): re-enable rust tests in the CI

they were mostly removed by a rebase
This commit is contained in:
youben11
2022-11-22 08:19:00 +01:00
committed by Ayoub Benaissa
parent 96c958bd06
commit 2877281aa6

View File

@@ -145,7 +145,7 @@ jobs:
set -e
cd /compiler
pip install pytest
make DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$PYTHON_EXEC BUILD_DIR=/build run-tests run-end-to-end-dataflow-tests
make DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$PYTHON_EXEC BUILD_DIR=/build run-tests run-end-to-end-dataflow-tests run-rust-tests
chmod -R ugo+rwx /tmp/KeySetCache
- name: Prune KeySetCache