diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca0b27157..099e66d4af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,16 @@ jobs: runner: - ubuntu-latest - macos-latest - - windows-latest include: - arch: 386 + go: 1.18 runner: ubuntu-latest + + - arch: amd64 + runner: windows-latest go: 1.18 + flags: "-p=1" + - arch: amd64 go: 1.18 runner: [self-hosted, linux, x64]