Skip to content
Commit 434a0899 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.10.0 make "make check" only run unit test.

"make test" does full bootstrap-dev, check-coding-style, unit test.
"make check" just runs the unit test, this makes running test much
easier.

In Jenkins or in pre-commit hook, use "make test".
In IDE, use "make check" to get test result faster.
parent d2310813
Pipeline #408 skipped