Adjust test command to target src dir
Go Test / test (push) Failing after 57s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:12:49 +01:00
parent 6603fa979d
commit c4e9a058af
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
go-version: '1.21'
- name: Run tests
run: go test ./...
run: go test ./src/...