Skip to content

Commit

Permalink
👷 Trying out sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Feb 8, 2024
1 parent f0cea86 commit 69e8123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:

env:
CARGO_TERM_COLOR: "always"
RUSTC_WRAPPER: "sccache"
SCCACHE_GHA_ENABLED: "true"

jobs:
check:
Expand All @@ -27,6 +29,9 @@ jobs:
with:
cache-on-failure: true

- name: ⚡️ Shared Compilation Cache
uses: mozilla-actions/[email protected]π

- name: 🧪 Install coverage tools
uses: taiki-e/install-action@cargo-llvm-cov

Expand All @@ -47,3 +52,6 @@ jobs:
clippy_flags: -- -Dwarnings
reporter: github-check
continue-on-error: true

- name: 🤨 Shared cache statistics
run: sccache --show-stats

0 comments on commit 69e8123

Please sign in to comment.