mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: reduce chance of spurious go_wait_option_test.v failures by retrying it 3 times
This commit is contained in:
parent
f9f4867c25
commit
1de4f1af2e
@ -1,3 +1,5 @@
|
||||
// vtest retry: 3
|
||||
|
||||
fn f(n int) ?f64 {
|
||||
if n < 0 {
|
||||
return error('negative number')
|
||||
|
Loading…
Reference in New Issue
Block a user