mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-10 10:58:14 -04:00
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
bash scripts/test.sh ${@}
|
|
bash scripts/coverage.sh
|