mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix v vet
filtering
This commit is contained in:
@ -8,7 +8,8 @@ fn test_vet() {
|
||||
os.chdir(vroot)
|
||||
test_dir := 'vlib/v/vet/tests'
|
||||
tests := get_tests_in_dir(test_dir)
|
||||
assert check_path(vexe, test_dir, tests) == 0
|
||||
fails := check_path(vexe, test_dir, tests)
|
||||
assert fails == 0
|
||||
}
|
||||
|
||||
fn get_tests_in_dir(dir string) []string {
|
||||
|
Reference in New Issue
Block a user