Skip to content

docs: add documentation for wallet connect and agreement modules #44

docs: add documentation for wallet connect and agreement modules

docs: add documentation for wallet connect and agreement modules #44

Workflow file for this run

name: "[Test] Run tests"
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test
env:
MERCADO_PAGO_ACCESS: ${{ secrets.MERCADO_PAGO_ACCESS }}