Skip to content

comment out heartbeat #78

comment out heartbeat

comment out heartbeat #78

Workflow file for this run

name: Motoko Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: aviate-labs/[email protected]
with:
dfx-version: 0.9.3
install-moc: true
vessel-version: 0.6.2
- run: for i in $(find src -name '*.test.mo') ; do moc $(vessel sources) -r $i ; done