wikidata/.forgejo/workflows/test.yml
NexVeridian 5dbd437296
Some checks failed
Build/test / Build and test (push) Failing after 40s
feat: forgejo action
2025-08-25 15:50:54 -07:00

21 lines
523 B
YAML

on: [push]
name: Build/test
jobs:
build_and_test:
name: Build and test
runs-on: bookworm
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check