mvw/.forgejo/workflows/ci.yml

21 lines
463 B
YAML
Raw Normal View History

2025-05-21 10:05:33 +02:00
name: CI
on:
push:
pull_request:
jobs:
test:
name: cargo test
runs-on: docker
steps:
2025-05-28 00:05:45 +00:00
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2025-05-21 10:05:33 +02:00
2025-05-28 00:05:45 +00:00
- uses: https://github.com/oxsecurity/megalinter@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8
2025-05-27 13:07:46 +02:00
2025-05-21 10:44:08 +02:00
- uses: https://github.com/wackbyte/rust-toolchain@trunk
with:
toolchain: stable
2025-05-21 10:05:33 +02:00
#- run: cargo test --all-features
2025-05-21 10:44:08 +02:00
- run: cargo run -- --help