Skip to content

Commit

Permalink
check juvix version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Mar 25, 2024
1 parent 09da2aa commit 7492aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSfL https://get.juvix.org | sh -s -- -y
source ~/.local/share/juvix/env
juvix --help
juvix --version
test-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:
run: |
export SHELL=/usr/bin/zsh
juvix --help
juvix --version
test-macos-remote-url-zsh:
runs-on: macos-latest
Expand Down Expand Up @@ -177,6 +179,7 @@ jobs:
run: |
export SHELL=/usr/bin/zsh
juvix --help
juvix --version
test-macos-remote-url-fish:
runs-on: macos-latest
Expand Down

0 comments on commit 7492aef

Please sign in to comment.