about summary refs log tree commit diff
path: root/src/ci/scripts
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2022-12-23 14:59:42 +0000
committerDeadbeef <ent3rm4n@gmail.com>2023-03-06 07:13:48 +0000
commitef807cb321604ae96ed0f78c78e3e9348d6d11ba (patch)
treee6327c046388f781d43267f3b26007155b063001 /src/ci/scripts
parent35636f9459720513ca4ed19373a4a7c9e0ea3c46 (diff)
downloadrust-ef807cb321604ae96ed0f78c78e3e9348d6d11ba.tar.gz
rust-ef807cb321604ae96ed0f78c78e3e9348d6d11ba.zip
use problem matchers for tidy CI
Diffstat (limited to 'src/ci/scripts')
-rwxr-xr-xsrc/ci/scripts/run-build-from-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/scripts/run-build-from-ci.sh b/src/ci/scripts/run-build-from-ci.sh
index c02117f459d..55e75800d91 100755
--- a/src/ci/scripts/run-build-from-ci.sh
+++ b/src/ci/scripts/run-build-from-ci.sh
@@ -10,6 +10,8 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
 export CI="true"
 export SRC=.
 
+echo "::add-matcher::src/ci/github-actions/problem_matchers.json"
+
 # Remove any preexisting rustup installation since it can interfere
 # with the cargotest step and its auto-detection of things like Clippy in
 # the environment