Skip to content

Commit 46c0ef0

Browse files
committed
Removed cgocheck as this is deprecated (apparently)
1 parent ae314df commit 46c0ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ test *ARGS:
33
#!/usr/bin/env bash
44
cd wasmer
55
# Run the tests.
6-
GODEBUG=cgocheck=2 go test -v {{ARGS}}
6+
go test -v {{ARGS}}
77

88
examples:
99
#!/usr/bin/env bash
1010
cd examples
1111
# Run the examples.
12-
GODEBUG=cgocheck=2 go test -v
12+
go test -v
1313

1414
# Preview the documentation (needs `godoc`, see `go get -v golang.org/x/tools/cmd/godoc`).
1515
preview-doc ADDRESS="0.0.0.0" PORT="9090":

0 commit comments

Comments
 (0)