Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): add
-o pipefail
to default bash
shell for Rust jobs an…
…d fix CI job (#2421) https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#defaultsrunshell Setting default shell for Rust CI jobs to `bash -l -eo pipefail {0}`. Without `pipefail` the exit code is the result of the last command (e.g. `popd` as noted here #2414 (comment)).
- Loading branch information