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