benchmark-action / benchmark-action/github-action-benchmark
github action continue after error in `foo | tee output.txt`
Open
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
if you use run `cargo +nightly bench | tee output.txt` exit code 0 will be returned if cargo exit with an error, because tee has exit successful. So github action continue after the error and does not fail.
Contributor guide
Assessment
This issue has not been assessed yet.