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:
parent
1b292fa050
commit
2f0df183c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user