Skip to content

Improve testing infrastructure #73

Improve testing infrastructure

Improve testing infrastructure #73

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- run: nix flake check