Skip to content

nix: allow broken and insecure #833

nix: allow broken and insecure

nix: allow broken and insecure #833

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: .stack-work cache
uses: actions/cache@v4
with:
path: melkor/.stack-work
key: ${{ runner.os }}-stack-work-${{ hashFiles('melkor/stack.yaml.lock') }}
restore-keys: |
${{ runner.os }}-stack-work
- name: $HOME/.stack cache
uses: actions/cache@v4
with:
path: ~/.stack
key: ${{ runner.os }}-stack-${{ hashFiles('melkor/stack.yaml.lock') }}
restore-keys: |
${{ runner.os }}-stack
- name: Melkor tests
run: ./eru-new.sh test
- name: Shape the world!
run: ./eru-new.sh