Skip to content

Commit

Permalink
Merge pull request #5547 from unisonweb/topic/runtime-tests-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Jan 16, 2025
2 parents 7e7836a + 9325aed commit c1df635
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-jit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
runtime_tests_version: "@unison/runtime-tests/releases/0.0.1"
runtime_tests_version: "@unison/runtime-tests/releases/0.0.3"
# for best results, this should match the path in ci.yaml too; but GH doesn't make it easy to share them.
runtime_tests_codebase: "~/.cache/unisonlanguage/runtime-tests.unison"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
## Some version numbers that are used during CI
ormolu_version: 0.7.2.0
jit_version: "@unison/internal/releases/0.0.25"
runtime_tests_version: "@unison/runtime-tests/releases/0.0.1"
runtime_tests_version: "@unison/runtime-tests/releases/0.0.3"

## Some cached directories
# a temp path for caching a built `ucm`
Expand Down
2 changes: 1 addition & 1 deletion unison-src/builtin-tests/interpreter-tests.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
```

``` ucm :hide
scratch/main> clone @unison/runtime-tests/releases/0.0.1 runtime-tests/selected
scratch/main> clone @unison/runtime-tests/releases/0.0.3 runtime-tests/selected
```

``` ucm
Expand Down
2 changes: 1 addition & 1 deletion unison-src/builtin-tests/interpreter-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
ucm="$1"
fi

runtime_tests_version="@unison/runtime-tests/releases/0.0.1"
runtime_tests_version="@unison/runtime-tests/releases/0.0.3"

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

Expand Down
2 changes: 1 addition & 1 deletion unison-src/builtin-tests/jit-tests.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scratch/main> delete.project runtime-tests
```

``` ucm :hide
scratch/main> clone @unison/runtime-tests/releases/0.0.1 runtime-tests/selected
scratch/main> clone @unison/runtime-tests/releases/0.0.3 runtime-tests/selected
```

``` ucm
Expand Down
2 changes: 1 addition & 1 deletion unison-src/builtin-tests/jit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -z "$1" ]; then
exit 1
fi

runtime_tests_version="@unison/runtime-tests/releases/0.0.1"
runtime_tests_version="@unison/runtime-tests/releases/0.0.3"
echo $runtime_tests_version

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

0 comments on commit c1df635

Please sign in to comment.