update docs & go unit test make cmd

This commit is contained in:
2022-09-05 00:42:28 +00:00
parent fd20f608fd
commit 713f96d311
2 changed files with 25 additions and 6 deletions

View File

@@ -4,3 +4,6 @@ SHELL = /bin/bash
test:
./tests/test_auction_flow.sh
utest:
go test ./...