Skip to content

Bump diesel from 1.4.3 to 1.4.8 #70

Bump diesel from 1.4.3 to 1.4.8

Bump diesel from 1.4.3 to 1.4.8 #70

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Install dependencies
run: sudo apt-get install -y libsqlite3-dev
- name: Build tests
run: cargo test --verbose --no-run
- name: Run tests
run: cargo test --verbose --no-fail-fast -- --test-threads=1