提交 ad8c51b7 作者: Steven Allen

ci: avoid interleaving output from different sharness tests

The `-O` option causes make to print out all the output from a single target all
at once. This will make the test log readable again.

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 c8279e95
......@@ -72,7 +72,7 @@ jobs:
- *make_out_dirs
- *restore_gomod
- run: make -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1
- run: make -O -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1
- run:
when: always
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论