Skip to content

Commit

Permalink
Use the sccache action
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Dec 6, 2023
1 parent e27a203 commit e74adc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ on:

jobs:
test:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up sccache
uses: mozilla-actions/[email protected]
- name: Run tests
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit e74adc2

Please sign in to comment.