Clean testing workflow #1

Merged
scrac merged 6 commits from dev into master 2025-12-10 12:25:07 +00:00
Showing only changes of commit 48c16130e5 - Show all commits

View File

@@ -17,7 +17,7 @@ jobs:
steps:
#- run: apt-get update -y
#- uses: actions/checkout@v6
- run: git clone ${{ gitea.repositoryUrl }} . && 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