We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81abf27 + 985c025 commit 9e6d700Copy full SHA for 9e6d700
.github/workflows/dry-run.yml
@@ -131,6 +131,8 @@ jobs:
131
GITHUB_TOKEN_RUST_ANALYZER: ${{ steps.rust-analyzer-token.outputs.token }}
132
GITHUB_TOKEN_RUST_EMBEDDED: ${{ steps.rust-embedded-token.outputs.token }}
133
GITHUB_TOKEN_RUST_DEV_TOOLS: ${{ steps.rust-dev-tools-token.outputs.token }}
134
+ # This applies pipefail, so that the tee pipeline below fails when sync-team fails.
135
+ shell: bash
136
run: |
137
# Perform build and execution separately to avoid any potential output from
138
# cargo leaking into the output file.
0 commit comments