Skip to content

Commit

Permalink
Update test.yml to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenACoffman authored Apr 17, 2022
1 parent a153892 commit a15a9bf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ env:

jobs:
test:
strategy:
matrix:
go: [${{ env.GO_VERSION }}]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
go-version: ${{ env.GO_VERSION }}
- run: go mod download && go test -race ./...
- run: cd _examples && go mod download && go test -race ./...

0 comments on commit a15a9bf

Please sign in to comment.