Fix test command (was go test ./.., now go test ./...)
Some checks failed
Go Test / test (push) Failing after 1m0s

This commit is contained in:
Fred Boniface 2024-04-05 22:10:26 +01:00
parent 0a7b399caf
commit 6603fa979d

View File

@ -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 ./...