Skip to content

Commit

Permalink
feat(ci): enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 9, 2023
1 parent 8880c12 commit cc86f00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest]
# vim-version: [v7.4.2119, v8.2.5172, head]
os: [ubuntu-latest]
vim-version: [v7.4.2119]
os: [ubuntu-latest, macos-latest]
vim-version: [v7.4.2119, v8.2.5172, head]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit cc86f00

Please sign in to comment.