Skip to content

docs: Update readme to list sqlx related traits #88

docs: Update readme to list sqlx related traits

docs: Update readme to list sqlx related traits #88

Workflow file for this run

on: push
name: Build
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@master
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: test
- name: Cargo build
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --release --all-features