forked from mirrors/kingfisher
preparing v1.74.0
This commit is contained in:
parent
a93419bd33
commit
f4fc395554
3 changed files with 59 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -23,12 +23,12 @@ jobs:
|
|||
toolchain: ${{ env.RUST_TOOLCHAIN }}
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Build (Makefile linux-arm64)
|
||||
run: make ubuntu-arm64
|
||||
- name: Run tests
|
||||
run: make tests
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 1
|
||||
- name: Build (Makefile linux-arm64)
|
||||
run: make ubuntu-arm64
|
||||
|
||||
macos-arm64:
|
||||
name: macOS arm64
|
||||
|
|
@ -41,10 +41,10 @@ jobs:
|
|||
profile: minimal
|
||||
override: true
|
||||
- uses: swatinem/rust-cache@v2
|
||||
- name: Build (Makefile darwin-arm64)
|
||||
run: make darwin-arm64
|
||||
- name: Run tests
|
||||
run: make tests
|
||||
- name: Build (Makefile darwin-arm64)
|
||||
run: make darwin-arm64
|
||||
|
||||
windows:
|
||||
name: Windows x64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue