Try again to fix the test command!
Go Test / test (push) Failing after 1m8s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:17:23 +01:00
parent eb0ca32158
commit 78a8407f11
1 changed files with 1 additions and 1 deletions

View File

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