chore(ci): install all deps explicitly

This commit is contained in:
Oleksandr Smirnov 2025-02-28 14:45:34 +02:00
parent 0924937768
commit 294da43421
No known key found for this signature in database
2 changed files with 11 additions and 2 deletions

View file

@ -47,7 +47,11 @@ jobs:
key: ${{ runner.os }}-tests-${{ hashFiles('${{ github.workspace }}/.tests') }}
- name: Install Go bins
run: nvim --headless -u "./scripts/minimal_init.lua" -c "GoInstallDeps" -c "qa!"
run: |
go install github.com/fatih/gomodifytags@latest
go install github.com/josharian/impl@latest
go install github.com/cweill/gotests/...@latest
go install github.com/koron/iferr@latest
- name: Run Tests
run: |