Skip to content
  • Alberto Bertogli's avatar
    gitlab-ci.yml: Run integration tests against submitted and latest deps · 9dea372d
    Alberto Bertogli authored
    It is useful to run the integration tests both against the submitted
    dependencies, based on Go module versions from the repository, as well
    as the latest ones, to catch integration problems early.
    
    This patch extends the .gitlab-ci.yml configuration to do that, by
    optionally passing a flag to "go get" to update the modules.
    9dea372d
Validating GitLab CI configuration… Learn more