Skip to content

Minor cleanup in TestHelper imports #45

Minor cleanup in TestHelper imports

Minor cleanup in TestHelper imports #45

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