Create test.yml

This commit is contained in:
Marvin
2025-07-30 10:56:30 +02:00
committed by GitHub
parent fcb745ca77
commit 1e7cfa95d6

25
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Run Tests
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build go
run: go build
- name: Build binaries
run: make go-build-release