From 2ccacef5734dcc9f7b3c963f2f0165fe11729b6b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 13 Sep 2024 08:13:05 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73fbb09..a2fcdf4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -This repository contains more tests for V's `crypto` related modules. +This repository contains more tests for various vlib modules +(in particular the `crypto` modules). These tests are more extensive, but also a lot bigger and a lot slower, -than the ones in vlib/crypto. +than the ones in vlib/ . The motivation for placing them here, in a separate repo, was explained in this discussion: . @@ -13,6 +14,8 @@ git clone https://github.com/vlang/slower_tests v test slower_tests ``` +The same will happen with this repository's own CI, for each PR and commit. + In other words, all tests here will be run, no matter in what folder -they are placed. There is no need to mirror the folder structure of vlib/crypto, +they are placed. There is no need to mirror the folder structure of vlib/, when you add more tests, but you can do it, if you want to.