summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
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: