Skip to content

Commit

Permalink
added macOS,Windows to build/test stage + set cron to run every tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin Annamalai authored and Aswin Annamalai committed Jul 12, 2022
1 parent a7a2ab9 commit 6675ced
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:
- master
tags:
- v*
schedule:
- cron: '0 0 * * 0'

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest,windows-latest]
go: [ '1.13', '1.17', '>=1.18' ]
name: Test go${{ matrix.go }}
name: ${{ matrix.os }} - go${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 6675ced

Please sign in to comment.