mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-09 10:55:27 +08:00
refactor backend API structure
This commit is contained in:
@@ -4,4 +4,7 @@ set -euo pipefail
|
||||
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
export GOCACHE="${GOCACHE:-${ROOT_DIR}/.tmp/go-build-cache}"
|
||||
mkdir -p "$GOCACHE"
|
||||
|
||||
go test ./... "$@"
|
||||
|
||||
Reference in New Issue
Block a user