Skip to content

Bump rustix from 0.36.8 to 0.36.16 #12

Bump rustix from 0.36.8 to 0.36.16

Bump rustix from 0.36.8 to 0.36.16 #12

Workflow file for this run

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
- name: Run lint
run: cargo clippy --verbose
- name: Run tests
run: cargo test --verbose