Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EldersJavas authored Jan 28, 2021
1 parent 338d7a1 commit c0607a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -19,7 +19,7 @@ jobs:
go-version: 1.15

- name: Build
run: go build -v ./...
run: go build

- name: Test
run: go test -v ./...
run: go test

0 comments on commit c0607a2

Please sign in to comment.