Reorganise repo
Go Test / test (push) Failing after 48s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:23:42 +01:00
parent 7bba8407d5
commit 493fb41da8
35 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version-file: ./src/go.mod go-version-file: ./go.mod
cache: true cache: true
- name: Run tests - name: Run tests
run: cd ./src && go test ./... run: go test ./...

View File

View File