Skip to content

tidy: ignore flaky tests, update various other things #90

tidy: ignore flaky tests, update various other things

tidy: ignore flaky tests, update various other things #90

Workflow file for this run

on: [push, pull_request]
name: Check and Lint
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check