name: CI on: push: pull_request: jobs: test: name: cargo test runs-on: docker steps: - uses: actions/checkout@v4 - uses: https://github.com/oxsecurity/megalinter@8 - uses: https://github.com/wackbyte/rust-toolchain@trunk with: toolchain: stable #- run: cargo test --all-features - run: cargo run -- --help