Skip to content

Removed balance assertion from deposit for testing #282

Removed balance assertion from deposit for testing

Removed balance assertion from deposit for testing #282

Workflow file for this run

name: Run Ligo Tests
on:
workflow_dispatch: # adding the workflow_dispatch so it can be triggered manually
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Ligo version
uses: marigold-dev/[email protected]
with:
ligo_version: 0.69.0
command: version
working_directory: batcher
- name: Install deps
uses: marigold-dev/[email protected]
with:
ligo_version: 0.70.1
command: install
working_directory: batcher
- name: Run batcher test
uses: marigold-dev/[email protected]
with:
ligo_version: 0.70.1
command: run test test/test-batcher.mligo
working_directory: batcher
- name: Run market maker test
uses: marigold-dev/[email protected]
with:
ligo_version: 0.70.1
command: run test test/test-market-maker.mligo
working_directory: batcher