Skip to content

Fix bugs in testing-make.yml#8991

Open
alexreinking wants to merge 8 commits intomainfrom
alexreinking/fix-make-workflow
Open

Fix bugs in testing-make.yml#8991
alexreinking wants to merge 8 commits intomainfrom
alexreinking/fix-make-workflow

Conversation

@alexreinking
Copy link
Member

The Makefile workflow was silently swallowing test failures because every test step used continue-on-error: true. This replaces that with if: !cancelled() so that failures are reported while still running subsequent test stages. Also expands paths-ignore to avoid triggering on unrelated files and checks the ParseFromString result in apps/onnx/model.cpp, which was found by the Make build.

@alexreinking alexreinking force-pushed the alexreinking/fix-make-workflow branch from 5029972 to 6931f03 Compare March 8, 2026 03:26
@alexreinking
Copy link
Member Author

ARM 64 failures are #8992

@alexreinking
Copy link
Member Author

Additional failures are #8928 and some weird failure to remove the build directory? But the rest of the workflow is passing.

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.

1 participant