tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Make the message bot aware of the different GitHub workflows #304

Open gkaracha opened 2 years ago

gkaracha commented 2 years ago

Currently CI only stores artifacts (test coverage, gas cost, etc.) for collateral=tez (see #303), and, consequently, the message bot compares those artifacts for collateral=tez only. It would be nice to (a) store artifacts for both configurations (tez/fa2) and (b) update the message bot so that we can evaluate gas cost etc. differences for both Checker instances.