.github/workflows: disable Linux i386 tests temporarily

Updates #2667
This commit is contained in:
Hajime Hoshi 2023-05-16 03:03:49 +09:00
parent 0ab214b018
commit 556ec7053a

View File

@ -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