Skip to content

Commit 3d06096

Browse files
authored
.github/scripts: fix FreeBSD tests #305 (#314)
Closes #305
1 parent 6dda16a commit 3d06096

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/scripts/bsd_tests.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ env CGO_ENABLED=0 go test -gcflags="github.com/ebitengine/purego/internal/fakecg
6969
echo "=> go test CGO_ENABLED=1"
7070
env 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

8078
if [ -z "$(go version | grep '^1.1')" ]; then
8179
echo "=> go test race"

0 commit comments

Comments
 (0)