]> git.lizzy.rs Git - rust.git/commitdiff
add back check for update prs
authorMark Mansi <markm@cs.wisc.edu>
Tue, 23 Jul 2019 20:33:41 +0000 (15:33 -0500)
committerMark Mansi <markm@cs.wisc.edu>
Tue, 23 Jul 2019 20:37:04 +0000 (15:37 -0500)
src/ci/docker/x86_64-gnu-tools/checktools.sh

index e0de51e2cb0ab355f7373b170b2645c4545ff7e4..04fbe728debc6d9f96e8e5a3d6738e94c4f7607b 100755 (executable)
@@ -97,6 +97,7 @@ status_check() {
     # exempts them from that.
     check_dispatch $1 nightly miri src/tools/miri
     check_dispatch $1 nightly embedded-book src/doc/embedded-book
+    check_dispatch $1 nightly rustc-guide src/doc/rustc-guide
 }
 
 # If this PR is intended to update one of these tools, do not let the build pass