mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: only run openssl_compiles_test.v on !windows
This commit is contained in:
parent
7ff7e540b9
commit
7fb2718609
@ -211,13 +211,14 @@ const (
|
||||
'vlib/net/unix/unix_test.v',
|
||||
'vlib/net/unix/use_net_and_net_unix_together_test.v',
|
||||
'vlib/net/websocket/websocket_test.v',
|
||||
'vlib/net/openssl/openssl_compiles_test.v',
|
||||
'vlib/net/http/request_test.v',
|
||||
'vlib/net/smtp/smtp_test.v',
|
||||
'vlib/vweb/tests/vweb_test.v',
|
||||
'vlib/vweb/request_test.v',
|
||||
'vlib/net/http/request_test.v',
|
||||
'vlib/vweb/route_test.v',
|
||||
'vlib/sync/many_times_test.v',
|
||||
'vlib/sync/once_test.v',
|
||||
'vlib/net/smtp/smtp_test.v',
|
||||
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
|
||||
]
|
||||
skip_on_non_windows = [
|
||||
|
Loading…
Reference in New Issue
Block a user