Skip to content

Commit

Permalink
Removed cgocheck as this is deprecated (apparently)
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Jan 28, 2025
1 parent ae314df commit 46c0ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ test *ARGS:
#!/usr/bin/env bash
cd wasmer
# Run the tests.
GODEBUG=cgocheck=2 go test -v {{ARGS}}
go test -v {{ARGS}}
examples:
#!/usr/bin/env bash
cd examples
# Run the examples.
GODEBUG=cgocheck=2 go test -v
go test -v
# Preview the documentation (needs `godoc`, see `go get -v golang.org/x/tools/cmd/godoc`).
preview-doc ADDRESS="0.0.0.0" PORT="9090":
Expand Down

0 comments on commit 46c0ef0

Please sign in to comment.