timetable-extension #1
@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version-file: ./src/go.mod
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd ./src && go test ./...
|
run: cd ./src && go test ./...
|
Loading…
Reference in New Issue
Block a user