Skip to content

Commit a6527ab

Browse files
authored
Merge pull request #6061 from unisonweb/fix/interpreter-tests
2 parents 51ef936 + b853b7b commit a6527ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
## Some version numbers that are used during CI
16-
runtime_tests_version: "@unison/runtime-tests/releases/0.0.3"
16+
runtime_tests_version: "@unison/runtime-tests/releases/0.0.6"
1717

1818
## Some cached directories
1919
# a temp path for caching a built `ucm`

unison-src/builtin-tests/interpreter-tests.output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before merging the PR on Github, we'll merge your branch on Share and restore `r
1313
```
1414

1515
``` ucm :hide
16-
> clone @unison/runtime-tests/releases/0.0.3 runtime-tests/selected
16+
> clone @unison/runtime-tests/releases/0.0.6 runtime-tests/selected
1717
```
1818

1919
``` ucm

unison-src/builtin-tests/interpreter-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
ucm="$1"
99
fi
1010

11-
runtime_tests_version="@unison/runtime-tests/releases/0.0.3"
11+
runtime_tests_version="@unison/runtime-tests/releases/0.0.6"
1212

1313
codebase=${XDG_CACHE_HOME:-"$HOME/.cache"}/unisonlanguage/runtime-tests.unison
1414

0 commit comments

Comments
 (0)