From d26dbc7734d707c49fb2a0e2db1a5bd53a67a753 Mon Sep 17 00:00:00 2001 From: Benton Edmondson Date: Sun, 5 Jun 2022 21:25:07 -0400 Subject: [PATCH] github actions test added, but disabled until auto-releases are added --- .github/workflows/test.yml.disabled | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/test.yml.disabled diff --git a/.github/workflows/test.yml.disabled b/.github/workflows/test.yml.disabled new file mode 100644 index 0000000..75295ef --- /dev/null +++ b/.github/workflows/test.yml.disabled @@ -0,0 +1,8 @@ +on: push +jobs: + tests: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.0.2 + - uses: cachix/install-nix-action@v17 + - run: nix run .#tests -- ./tests/workspace