Update to stdlib v0.8.0 #108
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: QuickTest tests | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout our repository | |
uses: actions/checkout@v3 | |
- name: Download latest nightly Juvix binary | |
uses: jaxxstorm/[email protected] | |
with: | |
repo: anoma/juvix-nightly-builds | |
cache: enable | |
- name: run quickcheck example | |
run: | | |
juvix --version | |
make run-quickcheck |