Skip to content

Add a new rule forbidding negative stop_time #17

Add a new rule forbidding negative stop_time

Add a new rule forbidding negative stop_time #17

Workflow file for this run

name: Run test suite
on: [push, pull_request]
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
- run: cargo test
- run: cargo test --no-default-features