1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bump retries to 3, for flaky vlib/v/tests/go_array_wait_test.v

This commit is contained in:
Delyan Angelov
2022-03-21 21:46:49 +02:00
parent c0437afbcd
commit 381cf4b61d

View File

@@ -1,3 +1,5 @@
// vtest retry: 3
fn f(x f64) f64 {
y := x * x
return y