Skip to content

CI: use modern Rust action on Windows (#297) #1097

CI: use modern Rust action on Windows (#297)

CI: use modern Rust action on Windows (#297) #1097

Workflow file for this run

name: Linux 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/rust-cache@v2
- run: make setup
- run: make test
- run: make fix
- run: git diff HEAD --exit-code --color