mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-25 16:46:45 +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/...
|