CI/CD: change build command

This commit is contained in:
Glenn Y. Rolland 2021-01-03 13:36:41 +01:00
parent 128625e88e
commit 69dd1308ad

View file

@ -31,4 +31,4 @@ jobs:
fi
- name: Build
run: go build -v .
run: make build