From 0385546b6a0a5462c33ca66eb89fc9568a72651a Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 08:25:05 +0200 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index dcbacb7..2845f93 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -19,8 +19,10 @@ jobs: - name: Build uses: actions-rs/cargo@v1 - run: cargo build + with: + command: build - name: Run tests uses: actions-rs/cargo@v1 - run: cargo test \ No newline at end of file + with: + command: test \ No newline at end of file