Skip to content

Initialise appender types with duckdb_appender_column_type #408

Initialise appender types with duckdb_appender_column_type

Initialise appender types with duckdb_appender_column_type #408

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
freebsd_amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y \
gmake \
git \
go
run: gmake test