mvw/.forgejo/workflows/ci.yml
Ward Wouts 07a1484b0f
Some checks failed
CI / cargo test (push) Failing after 28s
fix location
2025-05-21 10:07:12 +02:00

19 lines
346 B
YAML

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