diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60a9894..3b028f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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