Add Makefile, update LIKWID Makefile and fix Github Action

This commit is contained in:
Thomas Roehl
2021-11-25 17:51:34 +01:00
parent f749179213
commit 59ac123662
2 changed files with 25 additions and 18 deletions

View File

@@ -10,5 +10,8 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2.1.4
- name: Build MetricCollector
run: make
- name: Run MetricCollector
run: go run metric-collector.go --once
run: ./metric-collector --once