Skip to content

Allow for specifying specific values in where=[] to avoid ? substitution #20

Allow for specifying specific values in where=[] to avoid ? substitution

Allow for specifying specific values in where=[] to avoid ? substitution #20

Workflow file for this run

name: Build sqlbuilder
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
nim:
- '1.6.14'
- 'stable'
name: Nim ${{ matrix.nim }} sample
steps:
- uses: actions/checkout@v3
- name: Setup nim
uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble test -Y