From 617f124ac1046037bac14327baaf39a42dd5509e Mon Sep 17 00:00:00 2001 From: Kerdonov Date: Wed, 10 Dec 2025 14:21:18 +0200 Subject: [PATCH] testing workflow 5 --- .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 72e4ea2..77ee916 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 clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref }} + - run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }} - run: cargo build --verbose - run: cargo clippy -- -D warnings - run: cargo test --verbose