Skip to content

Commit 8438c82

Browse files
committed
CI: record proof runtime
Signed-off-by: Andrew Helwer <ahelwer@pm.me>
1 parent 08f63a1 commit 8438c82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ jobs:
141141
jq --join-output '
142142
.modules
143143
| map(select(has("proof")))
144+
# Failing on Linux
144145
| map(select(.path != "specifications/LoopInvariance/SumSequence.tla"))
145146
| map(.path + "\u0000")
146147
| join("")' \
147148
| xargs --verbose --null --no-run-if-empty -I {TLA_FILE} \
148-
"$DEPS_DIR/tlapm/bin/tlapm" "{TLA_FILE}" -I "$DEPS_DIR/community" --stretch 5
149+
time "$DEPS_DIR/tlapm/bin/tlapm" "{TLA_FILE}" -I "$DEPS_DIR/community" --stretch 5
149150
- name: Smoke-test manifest generation script
150151
run: |
151152
python $SCRIPT_DIR/generate_manifest.py \

0 commit comments

Comments
 (0)