Skip to content

add \hide{ } for only compiled, not shown code blocks #7

add \hide{ } for only compiled, not shown code blocks

add \hide{ } for only compiled, not shown code blocks #7

Workflow file for this run

on: [push]
name: Build
jobs:
build:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- name: Cache
uses: actions/cache@v3
with:
key: stack
path: |
~/.stack
~/.stack-work
- uses: actions/checkout@v3
- name: Compile library
run: stack --system-ghc build
- name: Compile tests
run: stack --system-ghc test --no-run-tests
- name: Run tests
run: stack --system-ghc test