From 04b55dd92698c0cec94ec3a3f43e5a2fa58a8f8e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Mar 2023 10:50:19 -0800 Subject: Add linux-nix-cabal CI. --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9c84698..a1d9db1ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,19 @@ jobs: run: | stack test --fast + linux-nix-cabal: + + runs-on: ubuntu-latest + strategy: + fail-fast: true + steps: + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v19 + with: + nix_path: nixpkgs=channel:nixos-unstable + - run: | + nix-shell --run "cabal test --disable-optimization" + windows: runs-on: windows-2019 -- cgit v1.2.3