Skip to content

fix: []*int and []*uint #1098

fix: []*int and []*uint

fix: []*int and []*uint #1098

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Integration tests on emulator
jobs:
test:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Run integration tests on emulator
run: go test -race
env:
JOB_TYPE: test
SPANNER_EMULATOR_HOST: localhost:9010
SPANNER_TEST_PROJECT: emulator-test-project
SPANNER_TEST_INSTANCE: test-instance