Skip to content

Icrc3 value type

Icrc3 value type #105

Workflow file for this run

name: Makefile CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: aviate-labs/[email protected]
with:
dfx-version: 0.14.1
- name: install wasmtime
run: |
curl https://wasmtime.dev/install.sh -sSf | bash
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
npm --yes -g i mocv
- name: Select mocv version
run: mocv use 0.10.3
- name: install mops
run: |
npm --yes -g i [email protected]
mops i
mops sources
# - name: Detect Warnings
# run: make no-warn
- name: Run Tests
run: mops test