docs(ci): add how to run in scripts/relup-test/README.md

This commit is contained in:
Zaiming (Stone) Shi 2022-06-29 11:01:58 +02:00
parent 2af6290040
commit 888f637cdd
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This collection of scripts is used in CI.
It can also be used to run the test locally, but limited to ubuntu 20.04 so far. It can also be used to run the test locally, but limited to ubuntu 20.04 so far.
How to: How to:
```
``` ```
./scripts/relup-test/run-relup-lux.sh v5.0.0
```