diff --git a/.builds/linux.yml b/.builds/linux.yml index 7d84a4bc..b17dd941 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -57,6 +57,7 @@ tasks: - test_gio: | cd gio go test -race ./... + CGO_ENABLED=1 GOARCH=386 go test ./{f32,font,gesture,io,layout,op,text,unit,widget}/... GOOS=windows go test -exec=wine ./... GOOS=js GOARCH=wasm go build -o /dev/null ./... - install_chrome: |