timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
Showing only changes of commit 2505c28794 - Show all commits

View File

@ -17,4 +17,6 @@ jobs:
go-version: '1.21' go-version: '1.21'
- name: Run tests - name: Run tests
run: go test ./src/.. run: |
cd ./src
go test ./..