Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
cache-key: common-quality
tools: typos-cli,cargo-deny,cargo-shear

- name: Check for typos
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
cache-key: quality
components: clippy rustfmt
tools: typos-cli,cargo-deny,cargo-shear

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm
cache-key: test

- name: Build
run: cargo build --verbose ${{ matrix.features }}
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm-android
cache-key: test-android
tools: cargo-ndk

- name: Add Rust targets
Expand All @@ -128,7 +128,7 @@ jobs:
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
with:
save-cache: ${{ github.ref_name == 'main' }}
cache-key: warm-wasi
cache-key: test-wasi

- name: Install nightly toolchain and add Rust targets
run: |
Expand Down
Loading