Skip to content

Commit 46c3383

Browse files
committed
build: forgot a line in Makefile
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 2dc6898 commit 46c3383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ install:
7878

7979
build:
8080
# requires `pip install build`
81+
@+make testrst
8182
@+make prebuildclean
8283
@+make testpyproject
8384
@+python -sBm build # do NOT use the -w flag, otherwise only the wheel will be built, but we need sdist for source distros such as Debian and Gentoo!

0 commit comments

Comments
 (0)