Skip to content

Commit

Permalink
try windows server 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed May 5, 2022
1 parent 44ce9d3 commit 1eb72ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ name: tests
on: [pull_request]

jobs:
tests:
name: windows-tests
runs-on: windows-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.18"
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: |
go test -v -race -cover -short ./...
lint:
name: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1eb72ce

Please sign in to comment.