Skip to content

Commit b953715

Browse files
committed
Remove separate GH flow for demo test, run nix flake check on Mac as well
1 parent 76c8cab commit b953715

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

.github/workflows/ci-nix.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,10 @@ jobs:
188188

189189
nix-flake-check:
190190
name: "nix flake check"
191-
runs-on: ubuntu-latest
191+
runs-on: ${{ matrix.os }}
192+
strategy:
193+
matrix:
194+
os: [ubuntu-latest, macos-latest]
192195
steps:
193196
- name: Reclaim the bytes
194197
uses: data-intuitive/reclaim-the-bytes@v2

.github/workflows/demo-test.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

nix/hydra/packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
hydra-node
186186
pkgs.cardano-node
187187
pkgs.cardano-cli
188+
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
188189
pkgs.dool
189190
];
190191
};

0 commit comments

Comments
 (0)