mvw/.forgejo/workflows/ci.yml
Renovate Bot b24ffaf369
Some checks failed
CI / cargo test (pull_request) Failing after 1h15m47s
CI / cargo test (push) Failing after 1h10m16s
Pin dependencies
2025-05-28 00:05:45 +00:00

20 lines
463 B
YAML

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