We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738faf commit 2f4a7fcCopy full SHA for 2f4a7fc
doc/manual/src/hacking.md
@@ -46,6 +46,16 @@ $ meson test
46
$ YATH_JOB_COUNT=$NIX_BUILD_CORES meson test
47
```
48
49
+To run individual tests:
50
+
51
+```console
52
+# Run a specific test file
53
+$ PERL5LIB=t/lib:$PERL5LIB perl t/test.pl t/Hydra/Controller/API/checks.t
54
55
+# Run all tests in a directory
56
+$ PERL5LIB=t/lib:$PERL5LIB perl t/test.pl t/Hydra/Controller/API/
57
+```
58
59
**Warning**: Currently, the tests can fail
60
if run with high parallelism [due to an issue in
61
`Test::PostgreSQL`](https://github.com/TJC/Test-postgresql/issues/40)
0 commit comments