Fix path for test running
This commit is contained in:
@@ -17,4 +17,6 @@ jobs:
|
||||
go-version: '1.21'
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./src/..
|
||||
run: |
|
||||
cd ./src
|
||||
go test ./..
|
||||
Reference in New Issue
Block a user