gitea workflow fix 3
Some checks failed
Build the release program / Cargo build release (push) Failing after 3s

This commit is contained in:
2025-11-09 23:16:55 +02:00
parent 6859f1cbd1
commit 3bdde061ee
2 changed files with 2 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: git clone $GITEA_REPOSITORY .
- name: cargo test
run: cargo test --verbose