mvw/.forgejo/workflows/ci.yml
Ward Wouts 62e3ae0b52
Some checks failed
CI / cargo test (push) Failing after 7m55s
?
2025-05-28 10:17:10 +02:00

23 lines
508 B
YAML

name: CI
on:
push:
pull_request:
jobs:
test:
name: cargo test
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://github.com/oxsecurity/megalinter@v8
env:
MEGALINTER_FLAVOR: cupcake
GITHUB_SERVER_URL: https://forgejo.wizeazz.nl
- uses: https://github.com/wackbyte/rust-toolchain@trunk
with:
toolchain: stable
#- run: cargo test --all-features
- run: cargo run -- --help