Run rustdoc GUI tests when browser-ui-test version is updated
This commit is contained in:
parent
1ddbae372f
commit
c8158e9f40
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
|
||||||
src/test/rustdoc-gui \
|
src/test/rustdoc-gui \
|
||||||
src/librustdoc \
|
src/librustdoc \
|
||||||
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \
|
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \
|
||||||
|
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version \
|
||||||
src/tools/rustdoc-gui); then
|
src/tools/rustdoc-gui); then
|
||||||
# There was a change in either rustdoc or in its GUI tests.
|
# There was a change in either rustdoc or in its GUI tests.
|
||||||
echo "Rustdoc was updated"
|
echo "Rustdoc was updated"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue