Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Do we need a way to go test in all repositories? #12

Open
marten-seemann opened this issue Dec 18, 2020 · 0 comments
Open

Do we need a way to go test in all repositories? #12

marten-seemann opened this issue Dec 18, 2020 · 0 comments

Comments

@marten-seemann
Copy link
Contributor

During the OpenStream refactor, I found that it would be useful to have a way to run go test ./... in all repositories, in order to discover if the interface changes lead to unexpected build / test failures (yes, they did, a lot).

Would it make sense to add a command for this in workspace.sh? I could imagine two ways to do this:

  1. Either add a workspace.sh test flag, that runs go test ./... in all repos.
  2. Or add a workspace.sh exec <cmd>.

Any thoughts?

@marten-seemann marten-seemann changed the title Do we need a way to go tests all repositories? Do we need a way to go test in all repositories? Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant