Renable install.sh test on CI(#1478)

This commit is contained in:
Casey Rodarmor 2023-01-04 23:19:42 -08:00 committed by GitHub
parent 491021a0d4
commit 45e633ca89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,3 +131,8 @@ jobs:
- name: Test - name: Test
run: cargo test --all run: cargo test --all
- name: Test install.sh
run: |
bash www/install.sh --to /tmp --tag 1.0.0
/tmp/just --version