Skip to content

Commit

Permalink
add matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrotel committed Sep 29, 2023
1 parent 0b70df9 commit 54170f9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: ['29.1']
# 'snapshot']
# include:
# - os: macos-latest
# emacs_version: '29.1'
# - os: windows-latest
# emacs_version: '29.1'
emacs_version: ['29.1', 'snapshot']
include:
- os: macos-latest
emacs_version: '29.1'
- os: windows-latest
emacs_version: '29.1'

steps:
- name: Set up Emacs
Expand Down

0 comments on commit 54170f9

Please sign in to comment.