workflow
Some checks failed
CI / cargo test (push) Failing after 17s

This commit is contained in:
Ward Wouts 2025-05-21 10:05:33 +02:00
parent 32ba373ffd
commit d90e06955d

19
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,19 @@
name: CI
on:
push:
pull_request:
jobs:
test:
name: cargo test
#runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: wackbyte/rust-toolchain@trunk
with:
toolchain: stable
#- run: cargo test --all-features
- run: cargo run -- --help