Skip to content

ci: actually propagate tests failure#493

Merged
omar-polo merged 1 commit into
mainfrom
op/fix-ci-errors
Jul 13, 2026
Merged

ci: actually propagate tests failure#493
omar-polo merged 1 commit into
mainfrom
op/fix-ci-errors

Conversation

@omar-polo

Copy link
Copy Markdown
Contributor

run is executed in an environment where errexit is set, so if the tests fail, we don't get the chance to execute the rest of the script.

while here, catch the failure also if go install fails.

`run` is executed in an environment where `errexit` is set, so if the tests fail, we don't get the chance to execute the rest of the script.

while here, catch the failure also if `go install` fails.
@omar-polo
omar-polo merged commit 2dd496f into main Jul 13, 2026
8 checks passed
@omar-polo
omar-polo deleted the op/fix-ci-errors branch July 13, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants