Skip to content

Commit

Permalink
Merge pull request #350 from nfi-hashicorp/patch-1
Browse files Browse the repository at this point in the history
Add note about binary test result caching
  • Loading branch information
dnephin authored Aug 4, 2023
2 parents b806793 + 5428e8d commit 0e788d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .project/docs/running-without-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Example: running without a Go installation
export GOVERSION=1.13
gotestsum --raw-command -- test2json -t -p pkgname ./binary.test -test.v
```

Note: Compiled test binaries *do not* cache test results, like the same `go test .` command would.

0 comments on commit 0e788d2

Please sign in to comment.