Skip to content

Commit

Permalink
ci: run tests on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 3, 2022
1 parent a5f28a3 commit e398941
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.13, ^1]
go-version: [~1.16, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Build
run: go build -v ./...

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

- name: Build examples
run: go build -v ./...
working-directory: ./examples
Expand Down

0 comments on commit e398941

Please sign in to comment.