mvw/.forgejo/workflows/ci.yml
Renovate Bot 9f77e444d6
All checks were successful
CI / cargo test (pull_request) Successful in 5m29s
CI / cargo test (push) Successful in 6m14s
Pin actions/checkout action to 11bd719
2025-05-21 18:31:19 +00:00

18 lines
361 B
YAML

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