diff --git a/.github/actions/fedora-s390x/entry.sh b/.github/actions/fedora-s390x/entry.sh index 37cd36cfd..1552f3140 100755 --- a/.github/actions/fedora-s390x/entry.sh +++ b/.github/actions/fedora-s390x/entry.sh @@ -5,5 +5,7 @@ echo "Hello" date pwd ls +uname -a +go env GODEBUG=asyncpreemptoff=1 go test -v ./math/... date