diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3e12bfc..a78ebf5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,5 +24,7 @@ jobs: dep ensure fi + - name: Download deps + run: scripts/devtools.sh - name: Build - run: make local test + run: make local build \ No newline at end of file