From c9e6706e9be5f20f17340b6808d3f9a00cf3a291 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 30 Mar 2021 15:57:57 -0500 Subject: [PATCH] Added basic test.sh script. --- test.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..78f0401 --- /dev/null +++ b/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +dotnet test -v n --collect:"XPlat Code Coverage" tests/GameServiceWarden.Core.Tests \ No newline at end of file