Add test action

This commit is contained in:
Timo Rothenpieler 2025-01-23 01:31:22 +01:00
parent e20ee9f9ae
commit cb8be234ab

View file

@ -0,0 +1,13 @@
on:
push:
branches:
- master
pull_requests:
jobs:
run_fate:
runs-on: linux-amd64
steps:
- uses: actions/checkout@v4
- name: Build
run: ./configure && make -j$(nproc)