bigquery-storage 0.1.2

A small wrapper around the Google BigQuery Storage API
Documentation
name: CI

on:
  push:
    branches:
    - master

jobs:
  tests:
    name: tests
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os:
        - ubuntu-latest
        - macos-latest
    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true
    - uses: actions-rs/toolchain@v1
      with:
        toolchain: stable
    - env:
        SA: ${{ secrets.TESTING_SERVICE_ACCOUNT }}
      run: echo $SA > clientsecret.json
    - run: cargo test