File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,12 @@ jobs:
2323 tests-on-windows :
2424 needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
2525 runs-on : windows-latest
26- strategy :
27- matrix :
28- golang :
29- - 1.13
30- - 1.14
3126 steps :
3227 - uses : actions/checkout@v2
3328 - name : Install Go
3429 uses : actions/setup-go@v2
3530 with :
36- go-version : ${{ matrix.golang }}
31+ go-version : 1.14 # test only the latest go version to speed up CI
3732 - name : Run tests on Windows
3833 run : make.exe test
3934 continue-on-error : true
4742 - 1.14
4843 os :
4944 - ubuntu-latest
50- - macos-latest
45+ include :
46+ - os : macos-latest
47+ golang : 1.14 # test only the latest go version on Mac OS to speed up CI
5148 steps :
5249 - uses : actions/checkout@v2
5350 - name : Install Go
You can’t perform that action at this time.
0 commit comments