Skip to content

Commit

Permalink
check --version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Mar 25, 2024
1 parent eb97a4b commit 3168283
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
SHELL=/usr/bin/bash ./juvix-installer.sh -y
source ~/.local/share/juvix/env
juvix --help
juvix --version
- name: run juvix-installer with -y --install-vamp-ir
run: |
SHELL=/usr/bin/bash ./juvix-installer.sh -y --install-vamp-ir
source ~/.local/share/juvix/env
juvix --help
juvix --version
vamp-ir --help
test-macos:
Expand Down Expand Up @@ -79,12 +81,14 @@ jobs:
SHELL=/bin/bash ./juvix-installer.sh -y
source ~/.local/share/juvix/env
juvix --help
juvix --version
- name: run juvix-installer with -y --install-vamp-ir
run: |
SHELL=/usr/bin/bash ./juvix-installer.sh -y --install-vamp-ir
source ~/.local/share/juvix/env
juvix --help
juvix --version
vamp-ir --help
test-linux-remote-url-bash:
Expand All @@ -99,6 +103,7 @@ jobs:
shell: bash -i -e {0}
run: |
juvix --help
juvix --version
test-macos-remote-url-bash:
runs-on: macos-latest
Expand All @@ -112,6 +117,7 @@ jobs:
shell: bash -i -e {0}
run: |
juvix --help
juvix --version
test-linux-remote-url-zsh:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,6 +157,7 @@ jobs:
run: |
export SHELL=/usr/local/bin/zsh
juvix --help
juvix --version
test-linux-remote-url-fish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -189,3 +196,4 @@ jobs:
run: |
export SHELL=/usr/local/bin/fish
juvix --help
juvix --version

0 comments on commit 3168283

Please sign in to comment.