Skip to content

ENH Update to newer LTS #7

ENH Update to newer LTS

ENH Update to newer LTS #7

name: "Build & test (haskell with nix)"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://cache.nixos.org https://nix-community.cachix.org https://hydra.iohk.io
- uses: cachix/cachix-action@v10
with:
name: luispedro
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -f . haskell.diskhash.components.tests.diskhashtest --out-link haskell-test
- run: haskell-test/bin/diskhashtest