chore(release): prepare 1.0.0 release
Some checks failed
Release / checks (push) Successful in 9m22s
Release / release (push) Failing after 32s
Publish Docker Images / coverage-and-sonar (push) Successful in 18m44s

This commit is contained in:
2026-03-23 13:36:45 +01:00
parent 7a6f513cb1
commit 67f5537178
7 changed files with 172 additions and 76 deletions

View File

@@ -30,6 +30,9 @@ lint-report:
test:
cargo test --features test-utils
fast-test:
cargo nextest run --all --all-features
coverage:
mkdir -p coverage
cargo tarpaulin --config .tarpaulin.local.toml --features test-utils
@@ -38,7 +41,7 @@ coverage-ci:
mkdir -p coverage
cargo tarpaulin --config .tarpaulin.ci.toml --features test-utils
check-all: format-check lint coverage audit
check-all: format-check lint fast-test audit
## Local Variables:
## mode: makefile