From 477f25e19dd89b3c39028b3548f437d7fa6f40cb Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Thu, 12 Aug 2021 06:34:42 +0000 Subject: [PATCH] Unskipped cases. --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d82a71b5988..571d1c4b61e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,6 +25,9 @@ jobs: # which is incompatible with this. Let's monkey patch it - name: Fix compilation run: cp rust/integration-testing/rust_build.sh ci/scripts/rust_build.sh + # unskip many of the tests + - name: Test more cases + run: git apply rust/integration-testing/unskip.patch - name: Setup Python uses: actions/setup-python@v1 with: