ci: skip the mysql.v example on windows too

pull/7853/head
Delyan Angelov 2021-01-04 00:28:51 +02:00
parent f2bfda4989
commit acc93a66bb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ pub fn new_test_session(_vargs string) TestSession {
skip_files << 'examples/database/mysql.v' skip_files << 'examples/database/mysql.v'
} }
$if windows { $if windows {
skip_files << 'examples/database/mysql.v'
skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL
} }
if github_job != 'ubuntu-tcc' { if github_job != 'ubuntu-tcc' {