ci: fix NixOS tests, try macos

This commit is contained in:
Ryan Mulligan 2021-11-20 11:37:06 -08:00
parent c7906a8021
commit 12e5225c9c
1 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,11 @@ on:
push:
jobs:
tests:
runs-on: ubuntu-20.04
runs-on: [ ubuntu-20.04, macos-11 ]
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v15
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- run: nix build
- run: nix flake check