mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 03:55:07 +08:00
7 lines
200 B
Bash
Executable File
7 lines
200 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# 运行所有 Pest 测试脚本
|
|
|
|
# 运行所有 Pest 测试(包括数据库测试)
|
|
./run-in-docker.sh vendor/bin/pest --coroutine --prepend=tests/bootstrap.php --colors=always
|