From dd12bdc12036724a80c5be84385b1ff03498245d 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..4121ad6 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,10 @@ +name: Run Tests +on: push +jobs: + minimal: + 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