Skip to content

Commit

Permalink
CI: enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Apr 11, 2024
1 parent 60ba481 commit b60f46f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:24.04

env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
Expand All @@ -21,5 +25,8 @@ jobs:
apt update
apt install -y libgtk-4-dev cargo
- name: Run sccache-cache
uses: mozilla-actions/[email protected]

- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit b60f46f

Please sign in to comment.