Skip to content

Update cached requirement from 0.51 to 0.52 (#31) #80

Update cached requirement from 0.51 to 0.52 (#31)

Update cached requirement from 0.51 to 0.52 (#31) #80

Workflow file for this run

name: Rust
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Dependencies
run: sudo apt install libsasl2-dev
- name: Check Style
run: cargo fmt --check
- name: Build
run: cargo build --examples
- name: Run tests
run: cargo test