Fix action to run tests in correct directory
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.21
|
||||
go-version: '1.21'
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./..
|
||||
run: go test ./src/..
|
||||
Reference in New Issue
Block a user