diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 044647b..73cb15b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ run-name: Code Integration [${{ github.event_name }}][${{ github.head_ref || git jobs: docs: - if: false + if: true runs-on: ubuntu-latest defaults: run: @@ -322,7 +322,7 @@ jobs: done build-windows: - if: false + if: true runs-on: windows-latest env: GO_VERSION: 1.20.14