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 7bba8407d5 - Show all commits

View File

@ -16,7 +16,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.21' go-version-file: ./src/go.mod
cache: true
- name: Run tests - name: Run tests
run: cd ./src && go test ./... run: cd ./src && go test ./...