Skip to content

Refactor to make adding output Formats easier (#22) #38

Refactor to make adding output Formats easier (#22)

Refactor to make adding output Formats easier (#22) #38

Workflow file for this run

name: "Cabal test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop
- run: nix develop --command cabal v2-update
- run: nix develop --command cabal v2-test --enable-tests