2024-02-01 20:49:39 -05:00
|
|
|
---
|
|
|
|
name: MoreThanText build
|
|
|
|
run-name: ${{ gitea.actor }} runner
|
|
|
|
on: push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Build-MoreThanText:
|
2024-02-09 23:46:50 -05:00
|
|
|
runs-on: ubuntu-latest
|
2024-02-01 20:49:39 -05:00
|
|
|
steps:
|
|
|
|
- run: cargo test
|
|
|
|
- run: cargo build --release
|