1
0
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:
Delyan Angelov 2022-10-16 23:15:00 +03:00
parent 7ff7e540b9
commit 7fb2718609
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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 = [