Skip to content

Commit

Permalink
Merge pull request #93 from NilFoundation/move-flaky-from-nil
Browse files Browse the repository at this point in the history
Move flaky tests from the "nil" group
  • Loading branch information
avm authored Feb 1, 2025
2 parents 73a21cd + a2a532b commit 3655e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
});

# split tests into groups
ibft = nil.override { testGroup = "ibft"; };
ibft = nil.override { testGroup = "ibft"; parallelTesting = true; };
heavy = nil.override { testGroup = "heavy"; parallelTesting = true; };
others = nil.override { testGroup = "others"; parallelTesting = true; };

Expand Down
1 change: 0 additions & 1 deletion nix/tests-heavy.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
nil/tests/economy
nil/tests/faucet
nil/tests/rpc_node
nil/internal/execution
nil/tests/async_await
nil/tests/basic
Expand Down
3 changes: 3 additions & 0 deletions nix/tests-ibft.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
nil/go-ibft/core
nil/tests/archive_node
nil/services/txnpool
nil/tests/rpc_node

0 comments on commit 3655e36

Please sign in to comment.