From d351476ba9719b32f85a185059f4bc9d1119085f Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sat, 25 Sep 2021 23:05:07 +1000 Subject: [PATCH] run tests in CI --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5638638..6319ecc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,3 +32,6 @@ jobs: - name: Build Solution run: dotnet build -c ${{ matrix.configuration }} shamir.sln + + - name: Run Tests + run: dotnet test -c ${{ matrix.configuration }} shamir.sln