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
1 changed files with 1 additions and 1 deletions

View File

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