Skip to content

ci: make just the task source of truth #241

ci: make just the task source of truth

ci: make just the task source of truth #241

Workflow file for this run

name: Test
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
test:
name: Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix develop .#ci --command just test