From 927af656abb6a6795aafc04f27a19af074f388fe Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Fri, 15 Jan 2021 10:44:55 +0000 Subject: [PATCH] Update build.yml to run tests --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f10aea..a1fb164 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,5 +19,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 5.0.x - - name: Build with dotnet + - name: Build project run: dotnet build -c Release + - name: Test project + run: dotnet test