ci: bump retries to 3, for flaky vlib/v/tests/go_array_wait_test.v
parent
c0437afbcd
commit
381cf4b61d
|
@ -1,3 +1,5 @@
|
||||||
|
// vtest retry: 3
|
||||||
|
|
||||||
fn f(x f64) f64 {
|
fn f(x f64) f64 {
|
||||||
y := x * x
|
y := x * x
|
||||||
return y
|
return y
|
||||||
|
|
Loading…
Reference in New Issue