Skip to content

Commit

Permalink
Add ci job for nix on macos
Browse files Browse the repository at this point in the history
This will be used to test the busted exclude tags needed in the flake.
  • Loading branch information
lucc committed May 14, 2024
1 parent 41d3a3a commit f5fe564
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ jobs:
env:
TERM: dumb

macos-nix:
runs-on: macos-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: nix-community
- uses: actions/checkout@v3
- name: Run the test suite via nix
run: nix build --print-build-logs

nix:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit f5fe564

Please sign in to comment.