timetable-extension #1

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

View File

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