Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Bump diesel from 1.4.8 to 2.2.3 #9

Bump diesel from 1.4.8 to 2.2.3

Bump diesel from 1.4.8 to 2.2.3 #9

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt install -y libpq-dev
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose