Skip to content

Cabal tests in CI instead of flake devour; which doesn't work. #59

Cabal tests in CI instead of flake devour; which doesn't work.

Cabal tests in CI instead of flake devour; which doesn't work. #59

Workflow file for this run

name: "CI"
on:
merge_group:
pull_request:
push:
branches:
- master
permissions:
checks: write
pull-requests: write
jobs:
test:
name: "Cabal tests"
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
- name: ❄ Setup Nix/Cachix
uses: ./.github/actions/nix-cachix-setup
with:
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
- name: Test
run: |
nix develop -c cabal test all