remove tags=openssl from the build matrix
It takes forever to build the tests and reguarly fails with no output produced
This commit is contained in:
parent
32c3fb325d
commit
c69e7310b8
|
@ -9,7 +9,6 @@ go:
|
|||
env:
|
||||
matrix:
|
||||
- GOTFLAGS="-race"
|
||||
- GOTFLAGS="-race -tags=openssl"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in New Issue