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

This commit is contained in:
2025-12-10 14:21:18 +02:00
parent 48c16130e5
commit 617f124ac1

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 https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
- run: cargo build --verbose
- run: cargo clippy -- -D warnings
- run: cargo test --verbose