Skip to content

feat!: add oauth

feat!: add oauth #3

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}