Fix test command (was go test ./.., now go test ./...)

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