File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,11 @@ env CGO_ENABLED=0 go test -gcflags="github.com/ebitengine/purego/internal/fakecg
6969echo " => go test CGO_ENABLED=1"
7070env CGO_ENABLED=1 go test -shuffle=on -v -count=10 ./...
7171
72- # TODO: Enable this test again (#305).
73- # echo "=> go test CGO_ENABLED=0 w/o optimization"
74- # env CGO_ENABLED=0 go test "-gcflags=all=-N -l" -v ./...
72+ echo " => go test CGO_ENABLED=0 w/o optimization"
73+ env CGO_ENABLED=0 go test " -gcflags=all=-N -l -std" -v ./...
7574
76- # TODO: Enable this test again (#305).
77- # echo "=> go test CGO_ENABLED=1 w/o optimization"
78- # env CGO_ENABLED=1 go test "-gcflags=all=-N -l" -v ./...
75+ echo " => go test CGO_ENABLED=1 w/o optimization"
76+ env CGO_ENABLED=1 go test " -gcflags=all=-N -l" -v ./...
7977
8078if [ -z " $( go version | grep ' ^1.1' ) " ]; then
8179 echo " => go test race"
You can’t perform that action at this time.
0 commit comments