Add basic nomad integration and runner provider

This commit is contained in:
Maximilian Paß
2021-05-04 13:04:37 +02:00
parent 40a22ecbb1
commit c092199693
24 changed files with 1141 additions and 34 deletions

View File

@@ -48,7 +48,7 @@ test:
stage: test
needs: []
script:
- go test ./... -v -coverprofile coverage.cov
- go test $(go list ./... | grep -v /e2e) -v -coverprofile coverage.cov
- go tool cover -func=coverage.cov
- go tool cover -html=coverage.cov -o coverage.html
artifacts: