mvw/.forgejo/workflows/ci.yml
Ward Wouts 5994c0a436
Some checks failed
CI / cargo test (push) Failing after 8m57s
cupcake?
2025-05-28 09:36:12 +02:00

22 lines
427 B
YAML

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@v8
env:
MEGALINTER_FLAVOR: cupcake
- uses: https://github.com/wackbyte/rust-toolchain@trunk
with:
toolchain: stable
#- run: cargo test --all-features
- run: cargo run -- --help