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 3a84fc2 commit 01214d3Copy full SHA for 01214d3
MAINTAINERS.md
@@ -21,6 +21,10 @@ make build
21
make run-tests
22
```
23
24
+To run only a single test, set `TESTOPTIONS` to something like
25
+`-test.run=TestRocksDBEncryptionSingle` where
26
+`TestRocksDBEncryptionSingle` is the name of the test.
27
+
28
## Preparing a release
29
30
To prepare for a release, do the following:
0 commit comments