Skip to content

binary type conversion #811

binary type conversion

binary type conversion #811

Workflow file for this run

name: MySQL 8.0.33 (with replicas)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy MySQL
run: scripts/dbdeployer_install_8.sh
- name: Test
run: MYSQL_DSN="msandbox:msandbox@tcp(127.0.0.1:22334)/test" REPLICA_DSN="msandbox:msandbox@tcp(127.0.0.1:22335)/test" go test -race -v ./...