Skip to content

Use test script in CI #27

Use test script in CI

Use test script in CI #27

Workflow file for this run

name: "Run tests"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: nix develop --command bash -c bin/run-tests.sh