We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f63a1 commit 8438c82Copy full SHA for 8438c82
1 file changed
.github/workflows/CI.yml
@@ -141,11 +141,12 @@ jobs:
141
jq --join-output '
142
.modules
143
| map(select(has("proof")))
144
+ # Failing on Linux
145
| map(select(.path != "specifications/LoopInvariance/SumSequence.tla"))
146
| map(.path + "\u0000")
147
| join("")' \
148
| xargs --verbose --null --no-run-if-empty -I {TLA_FILE} \
- "$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
150
- name: Smoke-test manifest generation script
151
run: |
152
python $SCRIPT_DIR/generate_manifest.py \
0 commit comments