Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / mvdan.cc / xurls / v2@v2.2.0 / .github / workflows / test.yml
1 on: [push, pull_request]
2 name: Test
3 jobs:
4   test:
5     strategy:
6       matrix:
7         go-version: [1.13.x, 1.14.x]
8         platform: [ubuntu-latest, macos-latest, windows-latest]
9     runs-on: ${{ matrix.platform }}
10     steps:
11     - name: Install Go
12       uses: actions/setup-go@v1
13       with:
14         go-version: ${{ matrix.go-version }}
15     - name: Checkout code
16       uses: actions/checkout@v2
17     - name: Test
18       run: go test ./...