timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
35 changed files with 2 additions and 2 deletions
Showing only changes of commit 493fb41da8 - Show all commits

View File

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

View File

View File