From ff1cd11eb30d111f91dd2701c7c78e3444bd7d46 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 30 Apr 2024 21:51:45 -0300 Subject: [PATCH] chore: test nix actions --- .forgejo/workflows/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .forgejo/workflows/tests.yml diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml new file mode 100644 index 0000000..34bb798 --- /dev/null +++ b/.forgejo/workflows/tests.yml @@ -0,0 +1,14 @@ +name: Tests +on: push +jobs: + test: + runs-on: alpine-plus + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Install nix + uses: actions/nix-quick-install-action@v27 + - name: Setup cachix + uses: actions/cachix-action + - name: Test + run: cargo test