Skip to content

Commit

Permalink
Stop running Infrastructure tests in CI.
Browse files Browse the repository at this point in the history
* Infrastructure tests are fragile. And we don't have a
  plan to support it in the future.
  We will probably remove the whole code later.

* see
  * #98
  * #99
  • Loading branch information
joemphilips committed Jun 9, 2020
1 parent 87489bf commit 8c478b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,13 @@ 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: |
dotnet clean
- 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

0 comments on commit 8c478b7

Please sign in to comment.