Rationalize build/test/package cycle

This commit is contained in:
Kovid Goyal
2026-06-24 15:28:00 +05:30
parent 50a95b5513
commit 0d5e61e7e6
2 changed files with 5 additions and 15 deletions

View File

@@ -124,9 +124,6 @@ jobs:
- name: Run go vet
run: go version && go vet -tags testing ./...
- name: Build docs
run: make FAIL_WARN=1 docs
- name: Build static kittens
run: python setup.py build-static-binaries
@@ -177,18 +174,9 @@ jobs:
with:
go-version-file: go.mod
- name: Build kitty
run: python3 .github/workflows/ci.py build
- name: Test kitty
run: python3 .github/workflows/ci.py test
- name: Install deps for docs
run: python3 -m pip install -r docs/requirements.txt
- name: Builds docs
run: make FAIL_WARN=1 docs
- name: Build kitty package
run: python3 .github/workflows/ci.py package