Skip to content

Upgrade duckdb to v0.9.0 #229

Upgrade duckdb to v0.9.0

Upgrade duckdb to v0.9.0 #229

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
matrix:
os: [ubuntu-latest, macos-12]
go: ["1.18"]
fail-fast: false
steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v2
- name: "Run Tests"
run: make test