Fix action to run tests in correct directory
Go Test / test (push) Failing after 1m44s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:01:03 +01:00
parent 5f542664c9
commit 872125f3b4
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: '1.21'
- name: Run tests
run: go test ./..
run: go test ./src/..