Add HASHKEY and BLOCKKEY envars

This commit is contained in:
jimmy 2022-09-10 23:46:03 +12:00
parent 1dcf4f691c
commit 8fd3e7aeaa
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
- test:/root/go
environment:
- GOPATH=/root/go
- HASHKEY=test
- BLOCKKEY=test
working_dir: /api
command: go test ./test/...