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