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