morethantext-web/.gitea/workflows/build.yaml

12 lines
200 B
YAML
Raw Normal View History

2024-02-01 20:49:39 -05:00
---
name: MoreThanText build
run-name: ${{ gitea.actor }} runner
on: push
jobs:
Build-MoreThanText:
2024-02-01 20:59:52 -05:00
runs-on: fedora:latest
2024-02-01 20:49:39 -05:00
steps:
- run: cargo test
- run: cargo build --release