Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cicd: only run tests as part of go test not as part of container build.
During the container build the tests run in an isolated environment. In order to make them pass functionality like `--add-host=host.docker.internal:host-gateway` should be used but then part of the build. For now we just have tests run on the Ubuntu host from Github actions.
- Loading branch information