Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman authored Sep 13, 2024
1 parent fc677e6 commit 2ccacef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: <https://github.com/vlang/v/pull/22187> .
Expand All @@ -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.

0 comments on commit 2ccacef

Please sign in to comment.