Skip to content

Merge pull request #28 from clog-tool/clippy #14

Merge pull request #28 from clog-tool/clippy

Merge pull request #28 from clog-tool/clippy #14

Workflow file for this run

---
on: [push, pull_request]
name: Continuous Integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
- 1.67.1 # MSRV
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1
with:
command: test