1
0
Fork 0
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:
Max Neunhoeffer 2019-04-08 11:05:43 +02:00
parent 3a84fc2f66
commit 01214d3197
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E

View file

@ -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: