testing workflow 4
Some checks failed
Test the running changes / Test (push) Failing after 2s

This commit is contained in:
2025-12-10 14:03:19 +02:00
parent e0ea08adcd
commit b4d793b3fa

View File

@@ -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 ${{ gitea.repositoryUrl }} . && git checkout ${{ gitea.ref }}
- run: cargo build --verbose
- run: cargo clippy -- -D warnings
- run: cargo test --verbose