This adds a new github action to check the output of seed catalog for each variant and fails if it has changed.
This will detect any unintentional changes to dungeon generation.
If any changes have expected dungeon generation changes, the commits also need to update test/seed_catalogs.
This test could apply to master but requires the seed catalog crash fix which is only currently in release.
This adds a new github action to check the output of seed catalog for each variant and fails if it has changed. This will detect any unintentional changes to dungeon generation. If any changes have expected dungeon generation changes, the commits also need to update
test/seed_catalogs
. This test could apply tomaster
but requires the seed catalog crash fix which is only currently inrelease
.