From dc53c2f302d57b28b5f29a14ac1d6296b213e821 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 10:21:00 +0200 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2845f93..97432e1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,18 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - - name: Build - uses: actions-rs/cargo@v1 - with: - command: build + - uses: actions/checkout@v3 - - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test \ No newline at end of file + - name: Build + run: cargo build \ No newline at end of file