Skip to content

Commit

Permalink
tests: test on mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 15, 2024
1 parent 8a4caac commit 8fcfb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.6", "3.x"]
max-parallel: 6

Expand Down
3 changes: 1 addition & 2 deletions doc/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ from your `PyTest <https://docs.pytest.org>`_ test code.
`pygments <https://github.com/KenKundert/pygments>`_
""""""""""""""""""""""""""""""""""""""""""""""""""""
Version of the popular *pygments* Python library that supports :ref:`NestedText
v3.0 <v3.0>`. Expect v2.16 of `base repository
<https://github.com/pygments/pygments>`_ to support v3.0 of *NestedText*.
v3.0 <v3.0>`.


`vim-nestedtext <https://github.com/kenkundert/vim-nestedtext>`_
Expand Down

0 comments on commit 8fcfb35

Please sign in to comment.