mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-19 12:12:42 +02:00
build integration binaries on CI to ensure they compile
This commit is contained in:
parent
5173d7f5e1
commit
502723421b
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user