Flurl/Build/test.sh

6 lines
163 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
dotnet test -c Release "${SCRIPT_ROOT}/../Test/Flurl.Test/"