Fix action to run tests in correct directory
Some checks failed
Go Test / test (push) Failing after 1m44s
Some checks failed
Go Test / test (push) Failing after 1m44s
This commit is contained in:
parent
5f542664c9
commit
872125f3b4
@ -14,7 +14,7 @@ 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: '1.21'
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./..
|
run: go test ./src/..
|
Loading…
Reference in New Issue
Block a user