Skip to content

Commit

Permalink
Do not run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 22, 2022
1 parent f556faf commit 1d37a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CommonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

namespace BTCPayServer.Lightning.Tests
{
[Collection(nameof(NonParallelizableCollectionDefinition))]
public class CommonTests
{
#if DEBUG
Expand Down

0 comments on commit 1d37a9c

Please sign in to comment.