Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: cleanup testing examples #5

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

adamreese
Copy link
Member

  • Remove redundant building of examples in the Makefile
  • Split building and starting the Spin apps to fail faster if there's a build issue

Signed-off-by: Adam Reese <adam@reese.io>
if err != nil {
t.Fatal(err)
}
for _, example := range examples {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might actually need to

example := example

Below to ensure this is captured in the parallel execution, but otherwise my LGTM still stands

Signed-off-by: Adam Reese <adam@reese.io>
@adamreese adamreese merged commit 92d0b8d into fermyon:main Aug 27, 2024
1 check passed
@adamreese adamreese deleted the ref/test-examples branch August 27, 2024 15:26
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