mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
CI: fix failing tests because of hash.wyhash duplicates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module main
|
||||
|
||||
import hash.fnv1a
|
||||
import hash.wyhash
|
||||
import hash as wyhash
|
||||
import rand
|
||||
import time
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ const (
|
||||
os_names = ['linux', 'macos', 'windows']
|
||||
skip_modules = [
|
||||
'builtin.bare', 'builtin.js',
|
||||
'strconv', 'strconv.ftoa', 'hash.wyhash', 'strings',
|
||||
'strconv', 'strconv.ftoa', 'hash', 'strings',
|
||||
'crypto.rand',
|
||||
'os.bare', 'os2',
|
||||
'picohttpparser', 'picoev',
|
||||
|
||||
Reference in New Issue
Block a user