fix(ci): remove redundant test suite from m1 pipeline
This commit is contained in:
parent
55d5010699
commit
d487522849
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: |
|
run: |
|
||||||
cargo install --force cargo-make
|
cargo install --force cargo-make
|
||||||
- name: Run test suite
|
# - name: Run test suite
|
||||||
run: cargo make test-binary --env BUILD_ARCH=aarch64-apple-darwin
|
# run: cargo make test-binary --env BUILD_ARCH=aarch64-apple-darwin
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo make build-macos-arm-binary
|
cargo make build-macos-arm-binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user