From e4f0032f1a4e3c63d8455228ced71505caf865bd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2024 19:53:35 +0100 Subject: [PATCH] test should checkout the project --- .forgejo/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index fc38aad..2051983 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -3,11 +3,13 @@ jobs: test: runs-on: docker steps: + - uses: actions/checkout@v4 + - name: Test - uses: https://git.kemitix.net/kemitix/rust@v0.2.2 + uses: https://git.kemitix.net/kemitix/rust@v0.2.3 with: args: test - name: Build - uses: https://git.kemitix.net/kemitix/rust@v0.2.2 + uses: https://git.kemitix.net/kemitix/rust@v0.2.3 with: args: build