1
1
mirror of https://github.com/walles/moar.git synced 2024-11-30 02:34:13 +03:00

Do "go build" on Windows, not just "go test"

This commit is contained in:
Johan Walles 2021-04-18 12:18:36 +02:00
parent 1b292fa050
commit 2f0df183c7

View File

@ -8,4 +8,6 @@ jobs:
dist: xenial
script: ./test.sh
- os: windows
script: go test -timeout 20s github.com/walles/moar/m
script:
- go build
- go test -timeout 20s github.com/walles/moar/m