adding a better workflow for basic testing
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-02-13 10:50:06 -06:00
parent 595769ddd9
commit e4baa81434

View file

@ -1,18 +1,12 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
runs-on: host
steps:
- name: checkout
uses: actions/checkout@v3
- run: |
apt update
apt install sudo
apt install just
nix develop
- uses: https://github.com/cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop --command just test
- run: just test