veza/tmt/tests/services/main.fmf
senke 31c9f2af0c feat: global update including storybook setup and backend fixes
- Web: Setup Storybook, added addons, configured Tailwind, added stories for UI components.
- Backend: Updated API router, database, workers, and auth in common.
- Stream Server: Removed SQLx queries and updated auth.
- Docs & Scripts: Updated documentation and recovery scripts.
2026-02-02 19:34:14 +01:00

17 lines
270 B
Text

summary: Services Tests (Rust)
tier: 1
component: services
test: ./rust_test.sh
duration: 20m
require:
- cargo
/clippy:
summary: Rust Clippy (Strict)
test: ./rust_clippy.sh
tier: 1
/test:
summary: Rust Unit Tests
test: ./rust_test.sh
tier: 1