Added basic test.sh script.

This commit is contained in:
Harrison Deng 2021-03-30 15:57:57 -05:00
parent 119f917f0b
commit c9e6706e9b

2
test.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
dotnet test -v n --collect:"XPlat Code Coverage" tests/GameServiceWarden.Core.Tests