mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-13 20:30:04 +00:00
ci: Test on macOS as well
Although this library is written in pure Nix, the built-in support for regular expressions is platform-dependent, which can cause breakage when run on different platforms. It's safer to test on all platforms.
This commit is contained in:
parent
320f3c1562
commit
ed4fe5fff2
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -6,7 +6,12 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@V28
|
||||
|
|
Loading…
Add table
Reference in a new issue