diff --git a/.gitea/workflows/cargo-test.yml b/.gitea/workflows/cargo-test.yml index 965a0d0..72ba3ff 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 ${{ gitea.repository }} && git checkout ${{ gitea.ref }} + - run: git clone https://git.jlux.dev/${{ gitea.repository }} && git checkout ${{ gitea.ref }} - run: cargo build --verbose - run: cargo clippy -- -D warnings - run: cargo test --verbose