From d48752284973cdc4ff498ae9bb4a84b6d8a8994a Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 3 Oct 2021 14:28:46 +0200 Subject: [PATCH] fix(ci): remove redundant test suite from m1 pipeline --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae3fc6a..c0b0234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,8 @@ jobs: - name: Install cargo-make run: | cargo install --force cargo-make - - name: Run test suite - run: cargo make test-binary --env BUILD_ARCH=aarch64-apple-darwin + # - name: Run test suite + # run: cargo make test-binary --env BUILD_ARCH=aarch64-apple-darwin - name: Build run: | cargo make build-macos-arm-binary