Fix CI
Run cargo test / Run tests (push) Successful in 3m18s
Build Docker Package / build (push) Successful in 6m5s

This commit is contained in:
Elias Wendland
2026-07-04 23:43:53 +02:00
parent a8bc41d2cf
commit a1a458488c
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
rustflags: ""
- name: Run tests
run: cargo test --verbose
View File