Skip to content

Commit 77abae3

Browse files
authored
Verbose output for TLC runs
Related tlaplus/tlaplus#971
1 parent 590b0da commit 77abae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
SKIP+=("specifications/EinsteinRiddle/Einstein.cfg")
113113
fi
114114
python $SCRIPT_DIR/check_small_models.py \
115+
--verbose \
115116
--tools_jar_path $DEPS_DIR/tools/tla2tools.jar \
116117
--apalache_path $DEPS_DIR/apalache \
117118
--tlapm_lib_path $DEPS_DIR/tlapm/library \
@@ -129,6 +130,7 @@ jobs:
129130
SKIP+=("specifications/ewd426/SimTokenRing.cfg")
130131
fi
131132
python $SCRIPT_DIR/smoke_test_large_models.py \
133+
--verbose \
132134
--tools_jar_path $DEPS_DIR/tools/tla2tools.jar \
133135
--apalache_path $DEPS_DIR/apalache \
134136
--tlapm_lib_path $DEPS_DIR/tlapm/library \

0 commit comments

Comments
 (0)