Add: dummy backend for behavioural testing
This commit is contained in:
6
justfile
6
justfile
@@ -42,6 +42,12 @@ smoke-win-tauri:
|
||||
qa-validate:
|
||||
{{python}} scripts/qa_validate.py
|
||||
|
||||
random-backend-test:
|
||||
{{python}} scripts/random_backend_tester.py --duration-seconds 30 --health-check
|
||||
|
||||
random-backend-test-strict:
|
||||
{{python}} scripts/random_backend_tester.py --duration-seconds 60 --health-check --strict
|
||||
|
||||
check-runtime-core:
|
||||
cargo check -p sprimo-runtime-core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user