1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

build integration binaries on CI to ensure they compile

This commit is contained in:
Jesse Duffield 2022-08-14 17:19:08 +10:00
parent 5173d7f5e1
commit 502723421b

View File

@ -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: