From 0aa7d2816a319683f298fcae76aa45b1773860d4 Mon Sep 17 00:00:00 2001 From: Vasiliy Kupriakov Date: Fri, 29 Dec 2023 19:07:19 +0800 Subject: [PATCH] Fix m1 again --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 741ce07..8c24213 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -64,8 +64,6 @@ jobs: run: rustup target add aarch64-apple-darwin - name: Build run: cargo build --verbose --release --target aarch64-apple-darwin - - name: Run tests - run: cargo test --verbose --release --target aarch64-apple-darwin - name: upload uses: actions/upload-artifact@v4.0.0 with: