Skip to content

feat(15): Expose Custom table to have ability to change table behaviour #54

feat(15): Expose Custom table to have ability to change table behaviour

feat(15): Expose Custom table to have ability to change table behaviour #54

name: MultiVersionUnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.18", "1.21"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: MultiVersionUnitTest
run: make test