1
Fork 0

Run rustdoc GUI tests when browser-ui-test version is updated

This commit is contained in:
Guillaume Gomez 2022-03-18 10:50:53 +01:00
parent 1ddbae372f
commit c8158e9f40

View file

@ -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"