Skip to content

Commit b151b2b

Browse files
committed
Use separate stanzas for various pieces of transcript
1 parent dcc6128 commit b151b2b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cloud-tests.tpl.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
# Pull cloud client
2+
13
```ucm
24
cloud/main> pull.without-history @unison/cloud/${CLOUD_CLIENT_VERSION}
5+
```
6+
7+
# Run non-IO tests
8+
9+
```ucm
310
cloud/main> test
11+
```
12+
13+
# Run local IO tests
14+
15+
```ucm
16+
cloud/main> io.test tests.cloud.runAllLocally
17+
```
18+
19+
# Run remote IO tests
20+
21+
```ucm
422
cloud/main> io.test tests.cloud.runAll
523
```

0 commit comments

Comments
 (0)