Skip to content

Commit c8158e9

Browse files
Run rustdoc GUI tests when browser-ui-test version is updated
1 parent 1ddbae3 commit c8158e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/scripts/should-skip-this.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
2626
src/test/rustdoc-gui \
2727
src/librustdoc \
2828
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \
29+
src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version \
2930
src/tools/rustdoc-gui); then
3031
# There was a change in either rustdoc or in its GUI tests.
3132
echo "Rustdoc was updated"

0 commit comments

Comments
 (0)