diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3b1e56a..509c0aa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,6 +22,4 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore - - name: Test - run: dotnet test --no-build --verbosity normal \ No newline at end of file + run: dotnet build --no-restore \ No newline at end of file diff --git a/README.md b/README.md index b06e408..0382da9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Terbilang Standard [![.NET](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/dotnet.yml/badge.svg)](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/dotnet.yml) +[![Unit Tests](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/unittests.yml/badge.svg)](https://github.com/DenganID/DenganID.Terbilang.Standard/actions/workflows/unittests.yml) ## Synopsis Terbilang (netstandard2.0) is C# library for converting numeric into words in Bahasa. diff --git a/src/DenganID.Terbilang.Standard/DenganID.Terbilang.Standard.csproj b/src/DenganID.Terbilang.Standard/DenganID.Terbilang.Standard.csproj index 4e8a9b5..bd2d480 100644 --- a/src/DenganID.Terbilang.Standard/DenganID.Terbilang.Standard.csproj +++ b/src/DenganID.Terbilang.Standard/DenganID.Terbilang.Standard.csproj @@ -6,6 +6,8 @@ 1.0.0 DenganID PT Dengan Ide Cipta Solusi + Terbilang + https://github.com/DenganID/DenganID.Terbilang.Standard