add: test on MacOS

Add test for MacOS in Github action

Maybe see this to add test for FreeBSD :
https://github.com/marketplace/actions/freebsd-vm
This commit is contained in:
meo 2024-12-12 11:57:04 +01:00
parent 4a6fb83c3d
commit ca067a1a53
No known key found for this signature in database
GPG Key ID: 8F1ACB6894C1A305

View File

@ -9,7 +9,7 @@ on:
branches: [ master ]
jobs:
shellcheck:
linuxTest:
name: Test
runs-on: ubuntu-latest
steps:
@ -17,3 +17,12 @@ jobs:
- name: Run testing script
run: ./testing.sh
macOsTest:
name: Test
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run testing script on macOS
run: ./testing.sh