From 556ec7053ae445859e2033b2f3bc4fc24759649b Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 16 May 2023 03:03:49 +0900 Subject: [PATCH] .github/workflows: disable Linux i386 tests temporarily Updates #2667 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddd41f582..970e486c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,7 +122,7 @@ jobs: go test -shuffle=on -v -p=1 ./... - name: go test (Linux 386) - if: runner.os == 'Linux' + if: false # This is tempoarily disabled due to an issue in GitHub Actions (#2667). run: | sudo dpkg --add-architecture i386 sudo apt-get update