Skip to content

chore(nix): bump flake.lock; docs(agents): tests live in CI, Morty #190

chore(nix): bump flake.lock; docs(agents): tests live in CI, Morty

chore(nix): bump flake.lock; docs(agents): tests live in CI, Morty #190

Workflow file for this run

on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash