test build in pull request

This commit is contained in:
Troy 2025-02-10 14:31:12 +00:00
parent adaa032f69
commit 1a1c5d24f6
Signed by: troy
GPG key ID: DFC06C02ED3B4711

21
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Test
on:
pull_request:
workflow_call:
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build
run: cargo build