timetable-extension #1

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

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: '1.21'
- name: Run tests
run: go test ./..
run: go test ./src/..