just stupid ass test
This commit is contained in:
parent
3887a5a87d
commit
99be13b830
1 changed files with 16 additions and 13 deletions
29
.github/workflows/tests.yml
vendored
29
.github/workflows/tests.yml
vendored
|
|
@ -25,11 +25,11 @@ jobs:
|
|||
version: 3.x
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24.0"
|
||||
check-latest: false
|
||||
# - name: Install Go
|
||||
# uses: actions/setup-go@v5
|
||||
# with:
|
||||
# go-version: "1.24.0"
|
||||
# check-latest: false
|
||||
|
||||
- name: Install Neovim
|
||||
uses: rhysd/action-setup-vim@v1
|
||||
|
|
@ -37,12 +37,15 @@ jobs:
|
|||
neovim: true
|
||||
version: ${{ matrix.versions }}
|
||||
|
||||
- name: Install Go bins
|
||||
run: |
|
||||
nvim --version
|
||||
task ci:install-deps
|
||||
- name: Just stupid ass test
|
||||
run: nvim --clean --headless -E +'= vim.system {"ls"}:wait().stdout' +q
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
nvim --version
|
||||
task tests
|
||||
# - name: Install Go bins
|
||||
# run: |
|
||||
# nvim --version
|
||||
# task ci:install-deps
|
||||
#
|
||||
# - name: Run Tests
|
||||
# run: |
|
||||
# nvim --version
|
||||
# task tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue