Skip to content

docs(#8): fazer um readme.md real #38

docs(#8): fazer um readme.md real

docs(#8): fazer um readme.md real #38

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 }}