Skip to content

Commit

Permalink
Merge pull request #1688 from Kobzol/dry-run-fail-pipefail
Browse files Browse the repository at this point in the history
Use pipefail in dry-run workflow
  • Loading branch information
marcoieni authored Mar 7, 2025
2 parents 81abf27 + 985c025 commit 9e6d700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
GITHUB_TOKEN_RUST_ANALYZER: ${{ steps.rust-analyzer-token.outputs.token }}
GITHUB_TOKEN_RUST_EMBEDDED: ${{ steps.rust-embedded-token.outputs.token }}
GITHUB_TOKEN_RUST_DEV_TOOLS: ${{ steps.rust-dev-tools-token.outputs.token }}
# This applies pipefail, so that the tee pipeline below fails when sync-team fails.
shell: bash
run: |
# Perform build and execution separately to avoid any potential output from
# cargo leaking into the output file.
Expand Down

0 comments on commit 9e6d700

Please sign in to comment.