timetable-extension #1

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

View File

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