update instructions in {jit,interpreter}-tests.tpl.md

This commit is contained in:
Arya Irani 2024-04-04 15:19:49 -06:00
parent 3ba74632f2
commit 4def6bc310
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,9 @@
The runtime tests are hosted at https://share.unison-lang.org/@unison/runtime-tests/
If you want to add or update tests, you can create a branch of that project, and update the `runtime_tests_version` line in `jit-tests.sh` and `CI.yaml`
Before merging the PR on Github, we'll merge your branch on Share and restore `runtime_tests_version` to /main or maybe a release.
```ucm
runtime-tests/selected> run tests

View File

@ -1,5 +1,11 @@
The runtime tests are hosted at https://share.unison-lang.org/@unison/runtime-tests/
If you want to add or update tests, you can create a branch of that project, and update the `runtime_tests_version` line in `jit-tests.sh` and `CI.yaml`
Before merging the PR on Github, we'll merge your branch on Share and restore `runtime_tests_version` to /main or maybe a release.
```ucm:hide:error
.> delete.project nothing
.> delete.project dont-delete
.> delete.project runtime-tests
.> clone ${runtime_tests_version} runtime-tests/selected
```

View File

@ -1,3 +1,9 @@
The runtime tests are hosted at https://share.unison-lang.org/@unison/runtime-tests/
If you want to add or update tests, you can create a branch of that project, and update the `runtime_tests_version` line in `jit-tests.sh` and `CI.yaml`
Before merging the PR on Github, we'll merge your branch on Share and restore `runtime_tests_version` to /main or maybe a release.
```ucm
runtime-tests/selected> run.native tests

View File

@ -1,5 +1,11 @@
The runtime tests are hosted at https://share.unison-lang.org/@unison/runtime-tests/
If you want to add or update tests, you can create a branch of that project, and update the `runtime_tests_version` line in `jit-tests.sh` and `CI.yaml`
Before merging the PR on Github, we'll merge your branch on Share and restore `runtime_tests_version` to /main or maybe a release.
```ucm:hide:error
.> delete.project nothing
.> delete.project dont-delete
.> delete.project runtime-tests
.> clone ${runtime_tests_version} runtime-tests/selected
```