Fix test command (was go test ./.., now go test ./...)
Some checks failed
Go Test / test (push) Failing after 1m0s
Some checks failed
Go Test / test (push) Failing after 1m0s
This commit is contained in:
parent
0a7b399caf
commit
6603fa979d
@ -17,4 +17,4 @@ jobs:
|
|||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cd ./src && go test ./..
|
run: go test ./...
|
Loading…
Reference in New Issue
Block a user