Skip to content

Use the sccache action #103

Use the sccache action

Use the sccache action #103

Workflow file for this run

name: test
on:
push:
branches: ["main"]
pull_request:
merge_group:
jobs:
test:

Check failure on line 10 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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 }}
cargo clippy
just ci-test