From 502723421be742a3655981df66d76cba5262ef3f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 14 Aug 2022 17:19:08 +1000 Subject: build integration binaries on CI to ensure they compile --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ac3bbb08..b175b02f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,12 @@ jobs: - name: Build darwin binary run: | GOOS=darwin go build + - name: Build integration test binary + run: | + GOOS=linux go build cmd/integration_test/main.go + - name: Build integration test injector + run: | + GOOS=linux go build pkg/integration/clients/injector/main.go check-cheatsheet: runs-on: ubuntu-latest env: -- cgit v1.2.3