Skip to content

enable log checks, this should fail #6

enable log checks, this should fail

enable log checks, this should fail #6

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: RUST_LOG=trace cargo test --all-features --release
- run: cargo clippy -- -D warnings