mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Merge pull request #7 from codex-storage/chore/macos-ci
chore: add macos on ci
This commit is contained in:
commit
277f856b1e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user