Files
csharp/ci.sh
2017-10-13 02:13:19 +08:00

9 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
# Exit on any error
set -e
# Execute Unit tests
cd tests
dotnet restore
dotnet test