fix(ci): remove redundant test suite from m1 pipeline

This commit is contained in:
Federico Terzi 2021-10-03 14:28:46 +02:00
parent 55d5010699
commit d487522849

View File

@ -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