Skip to content

Support for Arrays and Not IN Operator #14

Support for Arrays and Not IN Operator

Support for Arrays and Not IN Operator #14

Workflow file for this run

name: test
on:
pull_request:
branches: ['*']
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Build
run: make build
- name: Test
run: make test