top-gg 0.1.0-alpha.0

Bindings for the top.gg API.
Documentation
on: [push, pull_request]

name: Test

jobs:
  test-stable:
    name: Test Beta
    runs-on: ubuntu-latest
    steps:
      - name: Checkout sources
        uses: actions/checkout@v1

      - name: Install beta toolchain
        uses: actions-rs/toolchain@v1
        with:
          toolchain: beta
          override: true

      - name: Run cargo test
        uses: actions-rs/cargo@v1
        with:
          command: test