mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2025-02-19 17:44:11 +01:00
5 lines
110 B
Bash
5 lines
110 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
|
||
|
source .env.test && go test -v -covermode atomic -coverprofile=covprofile ./internal/...
|