diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 593f9c46f..543d152d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,9 @@ jobs: path: ~/go/pkg/mod key: go-${{ hashFiles('**/go.sum') }} + - name: Build packages + run: make -f builder.Makefile cross + - name: Test env: BUILD_TAGS: example,local