mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
Renable install.sh test on CI(#1478)
This commit is contained in:
parent
491021a0d4
commit
45e633ca89
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue