test(iferr): add test
chore(ci): install go, and go bins for tests
This commit is contained in:
parent
ecb9919e02
commit
8b1bb40baa
6 changed files with 103 additions and 6 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
|||
version: 3.x
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
- name: Cache .tests
|
||||
uses: actions/cache@v4
|
||||
|
|
@ -37,6 +38,11 @@ jobs:
|
|||
neovim: true
|
||||
version: ${{ matrix.version }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Go bins
|
||||
run: nvim --headless -u "./scripts/minimal_init.lua" -c "GoInstallDeps" -c "qa!"
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
nvim --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue