Skip to content

Commit 277f856

Browse files
authored
Merge pull request #7 from codex-storage/chore/macos-ci
chore: add macos on ci
2 parents 89003bb + aabf78a commit 277f856

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: Go Tests
22

33
on:
44
push:
5-
branches: master
65
pull_request:
76

87
jobs:
98
test:
10-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
10+
strategy:
11+
matrix:
12+
os: [ubuntu-latest, macos-latest]
1113

1214
steps:
1315
- name: Checkout

0 commit comments

Comments
 (0)