From 1f0ddcf2c63e9e225e0ead952d676a215cfa244c Mon Sep 17 00:00:00 2001 From: Kerdonov Date: Wed, 10 Dec 2025 13:56:39 +0200 Subject: [PATCH] testing workflows 2 --- .gitea/workflows/cargo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo-test.yml b/.gitea/workflows/cargo-test.yml index 6805e45..965a0d0 100644 --- a/.gitea/workflows/cargo-test.yml +++ b/.gitea/workflows/cargo-test.yml @@ -17,7 +17,7 @@ jobs: steps: #- run: apt-get update -y #- uses: actions/checkout@v6 - - run: git checkout dev + - run: git clone ${{ gitea.repository }} && git checkout ${{ gitea.ref }} - run: cargo build --verbose - run: cargo clippy -- -D warnings - run: cargo test --verbose