Skip to content

Merge pull request #8 from myuon/fix/revert-bigquery-storage-api #42

Merge pull request #8 from myuon/fix/revert-bigquery-storage-api

Merge pull request #8 from myuon/fix/revert-bigquery-storage-api #42

Workflow file for this run

name: test
on:
push:
paths:
- '**.go'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: go test ./...