From 572a02cc53bc8054f4031a4a6589504e4ea63c59 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 1 Aug 2024 22:01:49 -0600 Subject: [PATCH] ci: init basic integration functionality It'll be important to ensure we don't break anything moving forward. --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..f9d125b --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,10 @@ +name: Run Tests +on: push +jobs: + integrity: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: nixbuild/nix-quick-install-action@v28 + - name: Structural Integirty Test + run: cd test && ./bld.sh