diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-04 10:50:19 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-04 10:50:19 -0800 |
| commit | 04b55dd92698c0cec94ec3a3f43e5a2fa58a8f8e (patch) | |
| tree | 0b51faa7e9f78ce9ce8573b58379b695c90b0155 | |
| parent | 8d07cc5aac9cb02b0e315ab5662705ef6e5bfdf1 (diff) | |
Add linux-nix-cabal CI.
| -rw-r--r-- | .github/workflows/ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
