You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
itislu
changed the title
[CI] When Make fails it still passes the job and the test continues
[CI] When Make fails it still passes the GH Actions step and the test continues
Dec 29, 2023
Because of our custom messages for when Make encounters a build issue, the last command will actually be echo.
Therefore, make always exited with 0 because echo didn't fail.
I fixed it with calling exit with a custom exit code after the MSG_FAILURE gets printed.
The first automated test in PR #50 failed, but it should have failed earlier in step
Compile with Makefile
.The text was updated successfully, but these errors were encountered: