Skip to content

Update sqlparser requirement from 0.46 to 0.49 #615

Update sqlparser requirement from 0.46 to 0.49

Update sqlparser requirement from 0.46 to 0.49 #615

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
toolchain:
- 1.68.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: Run tests
uses: actions-rs/[email protected]
with:
command: test
- name: Run clippy
uses: actions-rs/[email protected]
with:
command: clippy
args: -- -D warnings