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