Skip to content

Commit 19adcff

Browse files
committed
buildkite: Do not block build group on compilation
No tests in the build group use the pre-compiled binaries, as these tests only run clippy, compute code coverage, and run unittests. So just start running these immediately. Signed-off-by: Patrick Roy <[email protected]>
1 parent 9507cde commit 19adcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
pipeline.build_group(
7373
"📦 Build",
7474
pipeline.devtool_test(pytest_opts="integration_tests/build/"),
75+
decorate=False,
7576
)
7677

7778
pipeline.build_group(

0 commit comments

Comments
 (0)