Skip to content

Commit 14831d7

Browse files
authored
Merge pull request #281 from wilzbach/coverage-load-dist
Load distribution for the coverage target
2 parents cc4a07c + b2e9481 commit 14831d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildkite.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ cat << EOF
6868
label: "Style"
6969
7070
- command: |
71-
${LOAD_CI_FOLDER}
71+
${LOAD_DISTRIBUTION}
72+
. ./buildkite/load_distribution.sh
7273
./buildkite/test_coverage.sh
7374
label: "Coverage"
7475
retry:

0 commit comments

Comments
 (0)