Skip to content

Commit 0df034e

Browse files
committed
Back to matrix
1 parent 021d8bf commit 0df034e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ concurrency:
1717
jobs:
1818
tests:
1919
name: Vim Table Mode Tests
20-
runs-on: ubuntu-latest
20+
strategy:
21+
matrix:
22+
os: [ubuntu-latest, macos-latest, windows-latest]
23+
neovim: [false, true]
24+
runs-on: ${{ matrix.os }}
2125
steps:
2226
- uses: actions/checkout@v3
2327

0 commit comments

Comments
 (0)