Skip to content

feat: add sample code snippets for common Spanner and gorm features #512

feat: add sample code snippets for common Spanner and gorm features

feat: add sample code snippets for common Spanner and gorm features #512

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Unit Tests
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run unit tests
run: go test -short