forked from mirrors/kingfisher
Fixed CI runner failure when executing tests
This commit is contained in:
parent
60c72292c7
commit
dfe6554b1c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue