From 85ec0248e9885e652d26d04aa6398f519f53b0c3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 22 Jan 2022 20:24:59 +0200 Subject: [PATCH] ci: rename types_test.v to toml_types_test.v This is a workaround for a concurency bug, occuring sporadically when test file names in different folders are duplicate. The duplicate in this case was with vlib/v/ast/types_test.v --- vlib/toml/tests/{types_test.v => toml_types_test.v} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vlib/toml/tests/{types_test.v => toml_types_test.v} (100%) diff --git a/vlib/toml/tests/types_test.v b/vlib/toml/tests/toml_types_test.v similarity index 100% rename from vlib/toml/tests/types_test.v rename to vlib/toml/tests/toml_types_test.v