mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 06:25:49 +00:00
testing CI tests without standalone check
This commit is contained in:
@@ -451,7 +451,7 @@ Change::activateXahauGenesis()
|
||||
|
||||
using namespace XahauGenesis;
|
||||
|
||||
bool const isTest = (ctx_.tx.getFlags() & tfTestSuite) && ctx_.app.config().standalone();
|
||||
bool const isTest = (ctx_.tx.getFlags() & tfTestSuite);// && ctx_.app.config().standalone();
|
||||
|
||||
auto [
|
||||
ng_entries,
|
||||
|
||||
Reference in New Issue
Block a user