Support running workflow on Windows-latest

Signed-off-by: Benjamin Wang <wachao@vmware.com>
pull/366/head
Benjamin Wang 2022-12-27 14:49:58 +08:00
parent d4831e6217
commit d04dc0c2d0
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@ name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
@ -12,4 +15,4 @@ jobs:
- run: make race
- run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@0ad9a0988b3973e851ab0a07adf248ec2e100376 # v3.3.1