Merge branch 'sohail/balances-query'

This commit is contained in:
Mohamed Sohail 2022-05-17 20:38:27 +03:00
commit 7f771ccfb1
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
TOKEN_INDEX: ${{ secrets.TOKEN_INDEX }}
RPC_PROVIDER: ${{ secrets.RPC_PROVIDER }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
BATCH_CONTRACT: ${{ secrets.BATCH_CONTRACT }}
run: go test -v -covermode atomic -coverprofile=covprofile ./...
- name: install goveralls
run: go install github.com/mattn/goveralls@latest