Added testing instructions

This commit is contained in:
someone 2024-06-02 23:04:53 +02:00 committed by C0ffeeCode
parent 01625655e7
commit 699ed7be40
Signed by: C0ffeeCode
SSH key fingerprint: SHA256:prvFOyBjButRypyXm7X8lbbCkly2Dq1PF7e/mrsPVjw

View file

@ -16,3 +16,6 @@ Implemented features include:
- Basic kv-store - Basic kv-store
The main development branch is the engine-kv branch. The main development branch is the engine-kv branch.
To execute the tests navigate to rvault/go_client/tests and execute "go test -v ./..."
To clear the test cache use "go clean -testcache"