diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d6661e6..fbf47c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,6 +25,9 @@ jobs: with: go-version: ${{ matrix.go-version }} + - name: Set up config + run: cp src/config/config.go.example src/config/config.go + - name: Build run: go build -v .