diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1fcaf0a0..e0eaff434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,12 +21,6 @@ jobs: run: | dotnet build tests/DotNetLightning.Core.Tests -p:BouncyCastle=True dotnet run --project tests/DotNetLightning.Core.Tests - - name: Run Infrastructure tests on BouncyCastle - # we want to run only once. - if: startsWith(matrix.os, 'ubuntu-18') - run: | - dotnet build tests/DotNetLightning.Infrastructure.Tests -p:BouncyCastle=True - dotnet run --project tests/DotNetLightning.Infrastructure.Tests - name: Clean to prepare for NSec build run: | @@ -34,9 +28,6 @@ jobs: - name: Run core tests run: | dotnet run --project tests/DotNetLightning.Core.Tests - - name: Run Infrastructure tests - run: | - dotnet run --project tests/DotNetLightning.Infrastructure.Tests - name: Run other tests run: | dotnet test