Skip to content

Update to stdlib 0.7.0 and test 0.15.0 #76

Update to stdlib 0.7.0 and test 0.15.0

Update to stdlib 0.7.0 and test 0.15.0 #76

Workflow file for this run

name: Test containers
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: Download latest nightly Juvix binary
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix-nightly-builds
cache: enable
- name: Run tests
run: |
make test