Merge pull request #7 from codex-storage/chore/macos-ci

chore: add macos on ci
This commit is contained in:
Arnaud 2025-10-24 17:20:18 +04:00 committed by GitHub
commit 277f856b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,14 @@ name: Go Tests
on:
push:
branches: master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout