HomeServer/.gitea/workflows/pull_request.yaml

21 lines
418 B
YAML
Raw Normal View History

2023-09-19 09:27:11 +00:00
name: Home Server Merge
run_name: Test successful home server build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
Serial Reader:
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build
run: cargo build
- name: Test
run: cargo test