timetable-extension #1

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

View File

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