From 45e633ca894817ab40c19bf0c97a561e239ab2ec Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 4 Jan 2023 23:19:42 -0800 Subject: [PATCH] Renable install.sh test on CI(#1478) --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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