Skip to content

Commit

Permalink
Add windows test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-samfira committed Nov 17, 2022
1 parent 7b64c84 commit b38dde9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,17 @@ jobs:
-
name: Test
run: vagrant ssh -- "cd /vagrant; go test -buildvcs=false ./..."
test-windows:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: |
go test -v ./...

0 comments on commit b38dde9

Please sign in to comment.