Skip to content

add meteor, here, bitte and mintbase wallet (#18) #34

add meteor, here, bitte and mintbase wallet (#18)

add meteor, here, bitte and mintbase wallet (#18) #34

Workflow file for this run

name: Tests Contract RS
on: push
jobs:
workflows:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install and test modules
run: |
cd ./contract-rs
cargo test