提交 7be60c9b 作者: Jakub Sztandera

make: run sharness in single thread

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 16c5a89d
...@@ -97,10 +97,10 @@ test_go_race: ...@@ -97,10 +97,10 @@ test_go_race:
$(go_test) ./... -race $(go_test) ./... -race
test_sharness_short: test_sharness_short:
make -C test/sharness/ make -j1 -C test/sharness/
test_sharness_expensive: test_sharness_expensive:
TEST_EXPENSIVE=1 make -C test/sharness/ TEST_EXPENSIVE=1 make -j1 -C test/sharness/
test_all_commits: test_all_commits:
@echo "testing all commits between origin/master..HEAD" @echo "testing all commits between origin/master..HEAD"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论