From b3f58576c6af1e3b5053375b6dbf301b150f7775 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2024 19:47:20 +0100 Subject: [PATCH] build and test --- .forgejo/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 734cf44..50b6116 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -3,7 +3,11 @@ jobs: test: runs-on: docker steps: - - name: Test Rust image - uses: https://git.kemitix.net/kemitix/rust@v0.2.0 + - name: Test + uses: https://git.kemitix.net/kemitix/rust@v0.2.1 with: args: test + - name: Build + uses: https://git.kemitix.net/kemitix/rust@v0.2.1 + with: + args: build