mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
12 lines
148 B
Bash
12 lines
148 B
Bash
|
#!/bin/bash
|
||
|
set -x
|
||
|
|
||
|
# ModelRuntime
|
||
|
dev/pytest/pytest_model_runtime.sh
|
||
|
|
||
|
# Tools
|
||
|
dev/pytest/pytest_tools.sh
|
||
|
|
||
|
# Workflow
|
||
|
dev/pytest/pytest_workflow.sh
|