Fixed CI runner failure when executing tests

This commit is contained in:
Mick Grove 2026-02-12 16:07:55 -08:00
commit dfe6554b1c

View file

@ -50,7 +50,9 @@ jobs:
- name: Build (Makefile linux-arm64)
run: make linux-arm64
- name: Run tests
run: make tests
env:
CARGO_BUILD_JOBS: "2"
run: cargo test --workspace --all-targets -- --test-threads=1
macos-arm64:
name: macOS arm64