Conversation
|
The new test suites plutus-tx-plugin.components.tests.plutus-tx-plugin-tests.testFlags = [ "--no-create" ];
plutus-tx-plugin.components.tests.size.testFlags = [ "--no-create" ];Should we add the same for the two new suites? plutus-tx-plugin.components.tests.assocmap-plugin-tests.testFlags = [ "--no-create" ];
plutus-tx-plugin.components.tests.list-plugin-tests.testFlags = [ "--no-create" ];Without this, if a golden file is accidentally missing, CI would silently create it instead of failing. As a minor note: most of these test groups ( |
Good catch. I've addressed this. |
This test suite is very big and takes a long time to run.