Skip to content

Commit b02cc28

Browse files
committed
test types in release
1 parent 9693ff2 commit b02cc28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ mkdir out
9090
tar --extract --directory=out -z -f ${package}*.tar.gz
9191
pushd out/${package}*
9292
make install-dep
93+
pip install "-r${DIR}/mypy_requirements.txt"
94+
make mypy
9395
make dist
9496
make test
9597
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install

0 commit comments

Comments
 (0)