Skip to content

DBZ-8586 add array accessors #3

DBZ-8586 add array accessors

DBZ-8586 add array accessors #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run integration tests
working-directory: it
run: go test .