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

This commit is contained in:
Fred Boniface 2024-04-05 22:10:26 +01:00
parent 0a7b399caf
commit 6603fa979d
1 changed files with 1 additions and 1 deletions

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