Commit fa8a7d1
fix(ci): add pipefail to test step so failures aren't masked by tee (#1598)
The `go test ... | tee test-output.txt` pipeline silently swallows
test failures because the exit code comes from `tee` (always 0), not
`go test`. This allowed the mol-wisp-compact template variable failure
to go undetected on Linux CI while Windows CI (no pipe) caught it.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 45450a6 commit fa8a7d1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments