Added unit tests and workflow call for same

This commit is contained in:
2025-07-24 11:37:38 +02:00
parent 5d8d0050cd
commit 7564c9fb3a
7 changed files with 115 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ jobs:
with:
go-version: '1.24.4'
check-latest: true
- name: Build the fib app
- name: Test build
run: go build
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Test functions module
run: go test ./functions -v