...

Text file src/oss.terrastruct.com/d2/ci/test.sh

Documentation: oss.terrastruct.com/d2/ci

     1#!/bin/sh
     2set -eu
     3cd "$(dirname "$0")/.."
     4
     5if [ "$*" = "" ]; then
     6  set ./...
     7fi
     8
     9go test --timeout=30m "$@"

View as plain text