From 351e5883c237bf3488489a69f7b506079a0b5ae4 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Wed, 1 May 2024 10:37:47 -0300 Subject: [PATCH] chore(ci): remove unused action --- .forgejo/workflows/tests.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .forgejo/workflows/tests.yml diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml deleted file mode 100644 index 4fc4b6c..0000000 --- a/.forgejo/workflows/tests.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Tests -on: push -jobs: - test: - runs-on: alpine-node - steps: - - name: Checkout - run: git clone --depth 1 \ - http://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@${{ secrets.FORGEJO_DOMAIN }}/dot013/.vault - - name: Install nix - uses: actions/nix-quick-install-action@v27 - - name: Setup cachix - uses: actions/cachix-action@master - - name: Test crate - run: cargo test