👷 Multiple OS testing

This commit is contained in:
makeworld 2020-09-02 17:24:51 -04:00
parent 860d11cace
commit 00a4eb769c
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ go:
- "1.14"
- "1.15"
os:
- linux
- osx
- windows
script:
- go test -race ./...
- make