Skip to content

Commit

Permalink
*: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Jan 7, 2022
1 parent b191234 commit 30b747a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
go-version: [1.17.x, 1.16.x]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Build
run: go build ./...
- name: Test
run: go test ./...
run: go test -v ./...

0 comments on commit 30b747a

Please sign in to comment.