mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
trim cargo cache in ci
This commit is contained in:
parent
509af14f61
commit
f291ef355f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -39,6 +39,10 @@ jobs:
|
||||
run: cargo build
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
- name: Trim cache
|
||||
run: |
|
||||
cargo install cargo-cache
|
||||
cargo cache trim -l 1G
|
||||
|
||||
simd_test:
|
||||
runs-on: ubuntu-latest
|
||||
@ -65,6 +69,10 @@ jobs:
|
||||
override: true
|
||||
- name: Run tests
|
||||
run: cargo test --features simd
|
||||
- name: Trim cache
|
||||
run: |
|
||||
cargo install cargo-cache
|
||||
cargo cache trim -l 1G
|
||||
|
||||
docker_build:
|
||||
name: Docker Image Build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user