stash/.github/workflows
SmallCoccinelle b94eecae24
Fix integration-testing in the build action (#1784)
When the golangci workflow action was added, we moved large parts of
validation to the parallel action. However, integration testing still
has to happen on the main build action, as it isn't covered by the
validation action.

Reenable the `it` target through docker container build.

This fixes backend test errors sneaking through the build action.
2021-09-28 09:28:05 +10:00
..
build.yml Fix integration-testing in the build action (#1784) 2021-09-28 09:28:05 +10:00
golangci-lint.yml Add golangci-lint workflow (#1759) 2021-09-27 10:41:59 +10:00