rust_app/.forgejo/workflows/main.yml
continuist 149737fb48
Some checks failed
Pipeline main branch / test (push) Failing after 7s
use forgejo rust action
2025-04-13 00:27:48 -04:00

14 lines
No EOL
292 B
YAML

name: Pipeline main branch
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest # Or other appropriate runner
steps:
- uses: actions/checkout@v4 # Checkout the repository
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features