mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 07:35:09 +08:00
7 lines
234 B
Bash
7 lines
234 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
# 非数据库依赖的单元测试脚本
|
||
|
|
|
||
|
|
# 运行非数据库依赖的单元测试
|
||
|
|
./run-in-docker.sh vendor/bin/pest tests/Unit/ --exclude-group database --coroutine --prepend=tests/bootstrap.php --colors=always
|