Skip to content

Added JSONReGetGroup for JSON unmarshalling of group scalars and elem… #7

Added JSONReGetGroup for JSON unmarshalling of group scalars and elem…

Added JSONReGetGroup for JSON unmarshalling of group scalars and elem… #7

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.23', '1.22', '1.21' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@f572ea606a74fe011e68a23c19f8d4f5daf58488
with:
command: cd .github && make test
version: ${{ matrix.go }}