Fix path for test running
Go Test / test (push) Failing after 1m22s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:05:30 +01:00
parent 872125f3b4
commit 2505c28794
1 changed files with 3 additions and 1 deletions

View File

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