ci: add fixture example

This commit is contained in:
2025-04-09 09:54:34 +03:00
parent 1683728031
commit 0cf677d5cb
5 changed files with 221 additions and 1263 deletions

View File

@@ -26,8 +26,7 @@ jobs:
with:
sweep-cache: true
- name: Run tests
run: |
cargo test --locked --workspace --all-features --all-targets
run: cargo test --locked --workspace --all-features --all-targets --release
# Run clippy lints.
clippy:
name: Clippy