From 78a1bae94d94e2bd35cfaf355f543d1226e63693 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 28 Oct 2025 13:04:49 +0100 Subject: [PATCH] .github: update test config for 32-bit --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e24dc9a7fb..50c9fe7f75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: false - name: Set up Go uses: actions/setup-go@v5 @@ -73,7 +73,7 @@ jobs: apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib - name: Build - run: go run build/ci.go test -arch 386 + run: go run build/ci.go test -arch 386 -short -p 8 test: name: Test