mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
More info in MAINTAINERS.
This commit is contained in:
parent
3a84fc2f66
commit
01214d3197
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ make build
|
|||
make run-tests
|
||||
```
|
||||
|
||||
To run only a single test, set `TESTOPTIONS` to something like
|
||||
`-test.run=TestRocksDBEncryptionSingle` where
|
||||
`TestRocksDBEncryptionSingle` is the name of the test.
|
||||
|
||||
## Preparing a release
|
||||
|
||||
To prepare for a release, do the following:
|
||||
|
|
Loading…
Reference in a new issue