mirror of https://github.com/tiangolo/fastapi.git
💚 Fix testing script name
This commit is contained in:
parent
4e1ad6174a
commit
d46dff19ac
|
|
@ -11,7 +11,7 @@ install:
|
||||||
- flit install
|
- flit install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- scripts/test
|
- scripts/test.sh
|
||||||
|
|
||||||
# after_script:
|
# after_script:
|
||||||
# - codecov
|
# - codecov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue