diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa78b8d..b1af5b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,8 +130,12 @@ jobs: - name: Install packaging tools run: cargo install cargo-deb cargo-generate-rpm - - name: Build and Run Tests (Makefile linux-arm64) - run: make linux-arm64 + - name: Build (Makefile linux-arm64) + run: make ubuntu-arm64 + - name: Run tests + run: make tests + env: + CARGO_BUILD_JOBS: 1 - name: Fix permissions run: sudo chown -R $(id -u):$(id -g) target .cargo-home || true