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:
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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user