Skip to content

Commit abc366f

Browse files
committed
tmp commit
Signed-off-by: Patrick Roy <[email protected]>
1 parent 70ccf5d commit abc366f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/pipeline_pr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
if run_all_tests(changed_files):
7070
pipeline.build_group(
7171
"📦 Build",
72-
pipeline.devtool_test(pytest_opts="integration_tests/build/"),
72+
pipeline.devtool_test(
73+
pytest_opts="integration_tests/build/test_coverage.py -s"
74+
),
7375
depends_on_build=False,
7476
)
7577

0 commit comments

Comments
 (0)