Skip to content

also test macos

also test macos #1224

Workflow file for this run

name: "Test"
on:
pull_request:
merge_group:
push:
branches:
- master
- staging
- trying
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
variants: [stable, latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- run: "nix run --accept-flake-config .#test-runner-${{ matrix.variants }}"