Updating storage and README files

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 18:36:07 -08:00
parent 1dba5d7106
commit 9236ba8577
5 changed files with 28 additions and 3 deletions

7
test/README.md Normal file
View file

@ -0,0 +1,7 @@
# Local Integration Tests
To run the tests
```bash
sudo -E go test . -v
```