Jeff Baskin
460ca4b5a7
Some checks failed
MoreThanText build / Build-MoreThanText (push) Failing after 1m50s
12 lines
200 B
YAML
12 lines
200 B
YAML
---
|
|
name: MoreThanText build
|
|
run-name: ${{ gitea.actor }} runner
|
|
on: push
|
|
|
|
jobs:
|
|
Build-MoreThanText:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: cargo test
|
|
- run: cargo build --release
|