#! /bin/bash # source .env set -a source .env # go to backend directory cd backend # build binary go test -cover ./... # go to base directory cd ..