Fix unit test workflow to work with new structure
Some checks failed
Fibonacci unit tests / Containerize (push) Failing after 6s
Fibonacci unit tests / Run-unit-tests (push) Failing after 18s

This commit is contained in:
2025-08-11 09:04:50 +02:00
parent 4df3116475
commit 9f85187b21

View File

@@ -18,5 +18,7 @@ jobs:
check-latest: true
- name: Test functions module
run: go test ./functions -v
working-directory: ./code
- name: Test actual build
run: go build
working-directory: ./code