Try again to fix the test command!

This commit is contained in:
Fred Boniface
2024-04-05 22:17:23 +01:00
parent eb0ca32158
commit 78a8407f11

View File

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