From 4c7879677675e7c031b5aad9d05d2e980b2b3a98 Mon Sep 17 00:00:00 2001 From: Blaine Malone Date: Wed, 18 Dec 2024 19:55:34 -0500 Subject: [PATCH] fix: simulate enabled in ci. --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 523899445..46e1b8312 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -314,4 +314,8 @@ workflows: - just_simulate_sc_rehearsal_4 - just_simulate_permissionless_fp_upgrade - just_simulate_ink_respected_game_type + # Simulate non-terminal tasks. + # This process finds all non-terminal tasks that currently + # exist in the task list and simulates them to ensure that + # they are still valid. - simulate_non_terminal_tasks