Skip to content

Switch to dtolnay/rust-toolchain #54

Switch to dtolnay/rust-toolchain

Switch to dtolnay/rust-toolchain #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/[email protected]
- run: make setup
- run: make test
- run: make fix
- run: git diff HEAD --exit-code --color