Skip to content

Add CI tests for SimpleCounter using juvix-anoma-test (#4) #2

Add CI tests for SimpleCounter using juvix-anoma-test (#4)

Add CI tests for SimpleCounter using juvix-anoma-test (#4) #2

Workflow file for this run

name: Test anoma-apps
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Run test suite
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: juvix eval tests/Main.juvix