Skip to content

Commit

Permalink
Revert "try windows server 2022"
Browse files Browse the repository at this point in the history
This reverts commit 1eb72ce.
  • Loading branch information
enocom committed May 5, 2022
1 parent 949439a commit c437cbd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yaml
Expand Up @@ -16,20 +16,6 @@ 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 c437cbd

Please sign in to comment.