mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.ftp: make ftp's tests just compile (not run) on CI
This commit is contained in:
committed by
Alexander Medvednikov
parent
48585e54df
commit
68e1d8e8eb
@@ -59,6 +59,9 @@ fn v_files() []string {
|
||||
if tfile in known_failing_exceptions {
|
||||
continue
|
||||
}
|
||||
if tfile.starts_with('./vlib/v/cgen/tests') {
|
||||
continue
|
||||
}
|
||||
files_that_can_be_formatted << tfile
|
||||
}
|
||||
return files_that_can_be_formatted
|
||||
|
||||
Reference in New Issue
Block a user