update build command

This commit is contained in:
Robert 2020-11-13 15:15:58 +00:00
parent af27146b64
commit 54c857ce0a

View file

@ -124,7 +124,7 @@ jobs:
languages: go
- name: Build code
shell: bash
run: go tool compile main.go
run: go build main.go
- uses: ./../action/analyze
env:
TEST_MODE: true