mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
build integration binaries on CI to ensure they compile
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -129,6 +129,12 @@ jobs:
|
|||||||
- name: Build darwin binary
|
- name: Build darwin binary
|
||||||
run: |
|
run: |
|
||||||
GOOS=darwin go build
|
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:
|
check-cheatsheet:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user