From b8636bc4fc4af10fe4d5a3f6e814bb7c92880258 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2024 19:54:56 +0100 Subject: [PATCH] test runs the project --- .forgejo/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2051983..5eda717 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -6,10 +6,16 @@ jobs: - uses: actions/checkout@v4 - name: Test - uses: https://git.kemitix.net/kemitix/rust@v0.2.3 + uses: https://git.kemitix.net/kemitix/rust@v0.2.4 with: args: test + - name: Build - uses: https://git.kemitix.net/kemitix/rust@v0.2.3 + uses: https://git.kemitix.net/kemitix/rust@v0.2.4 with: args: build + + - name: Run + uses: https://git.kemitix.net/kemitix/rust@v0.2.4 + with: + args: run