dnote/pkg/server/api/scripts/test-local.sh
Sung Won Cho 75d1cb42e8
Deps (#208)
* Consolidate deps

* Fix CI
2019-06-26 18:43:39 +10:00

13 lines
234 B
Bash
Executable file

#!/bin/bash
# shellcheck disable=SC1090
# test-local.sh runs api tests using local setting
set -eux
basePath=$GOPATH/src/github.com/dnote/dnote/pkg/server/api
set -a
source "$basePath"/.env.test
set +a
"$basePath"/scripts/test.sh