mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: mark all orm tests as flaky (mainly to reduce the false positives on windows+MSVC, due to 'cannot open file' sqlite3.obj, when it is rebuilt in parallel)
This commit is contained in:
parent
5d99138cb2
commit
033d72093a
18 changed files with 36 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
import db.sqlite
|
||||
|
||||
struct Member {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue