Fixed CI runner failure when executing tests

This commit is contained in:
Mick Grove 2026-02-12 21:46:17 -08:00
commit dfa4375152
2 changed files with 10 additions and 24 deletions

View file

@ -51,11 +51,8 @@ jobs:
- name: Install packaging tools
run: cargo install cargo-deb cargo-generate-rpm
- name: Build (Makefile ubuntu-x64)
run: make ubuntu-x64
- name: Run tests
run: make tests
- name: Build (Makefile linux-x64)
run: make linux-x64
env:
CARGO_BUILD_JOBS: 1
@ -123,11 +120,8 @@ jobs:
- name: Install packaging tools
run: cargo install cargo-deb cargo-generate-rpm
- name: Build (Makefile ubuntu-arm64)
run: make ubuntu-arm64
- name: Run tests
run: make tests
- name: Build (Makefile linux-arm64)
run: make linux-arm64
env:
CARGO_BUILD_JOBS: 1
@ -185,9 +179,6 @@ jobs:
- name: Build Darwin x64
run: make darwin-x64
- name: Run tests
run: make tests
- name: Move artifacts to dist
shell: bash
run: |