Skip to content

v2.0: Caching, single threaded #224

v2.0: Caching, single threaded

v2.0: Caching, single threaded #224

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "master"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
# checks:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - run: rustup toolchain install stable --profile minimal
# - name: Install just
# uses: taiki-e/install-action@v2
# with:
# tool: just,typos
# - run: just lint
# build:
# uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml