Skip to content

Commit

Permalink
Run on other platforms as well
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Nov 27, 2024
1 parent b3c68eb commit 0eeac97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
neovim_version: ['v0.9.0', 'v0.9.5', 'v0.10.0', 'nightly']
os: ['ubuntu-latest', 'mac-latest', 'windows-latest']

steps:
- runs-on: ${{ matrix.os }}
- uses: actions/checkout@v3
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
Expand Down

0 comments on commit 0eeac97

Please sign in to comment.