Renable install.sh test on CI(#1478)
This commit is contained in:
parent
491021a0d4
commit
45e633ca89
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -131,3 +131,8 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: cargo test --all
|
||||
|
||||
- name: Test install.sh
|
||||
run: |
|
||||
bash www/install.sh --to /tmp --tag 1.0.0
|
||||
/tmp/just --version
|
||||
|
Loading…
Reference in New Issue
Block a user