Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fix naming and test on Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jan 30, 2021
1 parent 4015ca1 commit 10592f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: test

# Controls when the action will run.
on: push
Expand All @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
vim_type: ['Vim'] # , 'Neovim']
vim_type: ['Vim', 'Neovim']
version: ['head', 'stable']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
include:
Expand Down

0 comments on commit 10592f8

Please sign in to comment.