From 2877281aa694458777fae8128122f24f528d1419 Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 22 Nov 2022 08:19:00 +0100 Subject: [PATCH] chore(ci): re-enable rust tests in the CI they were mostly removed by a rebase --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6ded063a6..ce7262118 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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