Files
rlevtree/.gitea/workflows/build.yaml
Walter Oggioni 1ac5c8fcdf
All checks were successful
CI / build (push) Successful in 5s
fixed publication
2025-07-30 13:23:22 +08:00

19 lines
402 B
YAML

name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: woryzen
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run unit tests
run: |
cargo test
- name: Publish artifacts
env:
CARGO_REGISTRIES_GITEA_TOKEN: Bearer ${{ secrets.PUBLISHER_TOKEN }}
run: |
cargo publish --registry=gitea