Skip to content

Enable caching in GitHub CI workflow #3

Enable caching in GitHub CI workflow

Enable caching in GitHub CI workflow #3

Workflow file for this run

on:
- push
- pull_request
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command ./ci.sh