Skip to content

Commit b857d28

Browse files
committed
WIP
1 parent 5f6718c commit b857d28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,12 @@ jobs:
174174
run: src/ci/scripts/verify-stable-version-number.sh
175175

176176
- name: run the build
177-
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
178177
run: |
178+
set +e
179+
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
179180
src/ci/scripts/run-build-from-ci.sh 2>&1
181+
set -e
182+
180183
STATUS=$?
181184
if [[ STATUS != 0 ]]; then
182185
echo "https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html"

0 commit comments

Comments
 (0)