Skip to content

Bump rustix from 0.36.8 to 0.36.17 #220

Bump rustix from 0.36.8 to 0.36.17

Bump rustix from 0.36.8 to 0.36.17 #220

Workflow file for this run

name: Rust
on:
push:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- run: cargo fmt -- --check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo build
- run: cargo test
- run: cargo test -- --ignored