Skip to content

Update to stdlib 0.7.0 (#17) #101

Update to stdlib 0.7.0 (#17)

Update to stdlib 0.7.0 (#17) #101

Workflow file for this run

name: QuickTest tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout our repository
uses: actions/checkout@v3
- name: Install the latest Juvix compiler
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix
tag: latest
chmod: 0755
- name: run quickcheck example
run: |
juvix --version
make run-quickcheck