timetable-extension #1

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

View File

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