Skip to content

Bump diesel from 1.4.3 to 1.4.8 #37

Bump diesel from 1.4.3 to 1.4.8

Bump diesel from 1.4.3 to 1.4.8 #37

Workflow file for this run

name: windows
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Build tests
run: cargo test --verbose --no-run
- name: Run tests
run: cargo test --verbose