Skip to content

Fix copy

Fix copy #4

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- run: cargo check
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"