skip checks on windows and ubuntu musl

pull/13324/head
Louis Schmieder 2022-02-02 13:47:07 +00:00 committed by GitHub
parent 85d6900d40
commit 72ccd1cd16
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ const (
'vlib/net/http/http_test.v',
'vlib/net/http/status_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/net/openssl/rsa_test.v',
'vlib/sqlite/sqlite_test.v',
'vlib/sqlite/sqlite_orm_test.v',
'vlib/orm/orm_test.v',
@ -113,6 +114,7 @@ const (
'vlib/net/websocket/ws_test.v',
'vlib/net/unix/unix_test.v',
'vlib/net/websocket/websocket_test.v',
'vlib/net/openssl/rsa_test.v',
'vlib/vweb/tests/vweb_test.v',
'vlib/vweb/request_test.v',
'vlib/net/http/request_test.v',