Files
csharp/ci.sh

9 lines
105 B
Bash
Raw Normal View History

2017-07-16 22:09:26 +02:00
#!/usr/bin/env bash
# Exit on any error
set -e
# Execute Unit tests
cd tests
dotnet restore
2017-10-12 01:21:27 +08:00
dotnet test