Use configuration with all supported collectors for CI. Fixes #13

This commit is contained in:
Thomas Roehl
2021-11-26 18:15:04 +01:00
parent bf43f6d975
commit f5b7da5046
3 changed files with 50 additions and 4 deletions

View File

@@ -6,9 +6,6 @@ $(APP): metric-collector.go
make -C collectors
go build -o $(APP) metric-collector.go
runonce: $(APP)
./$(APP) --once
fmt:
go fmt collectors/*.go
go fmt sinks/*.go