Skip to content

Fix or suppress clippy lints #8

Fix or suppress clippy lints

Fix or suppress clippy lints #8

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: rbrotli - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update nightly && rustup default nightly
- run: cargo build --verbose
- run: cargo test --verbose