This commit is contained in:
parent
7bba8407d5
commit
493fb41da8
@ -16,8 +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-file: ./src/go.mod
|
go-version-file: ./go.mod
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd ./src && go test ./...
|
run: go test ./...
|
Loading…
Reference in New Issue
Block a user