README: Update how to run tests

This commit is contained in:
Marco Trevisan (Treviño)
2023-10-20 00:17:39 +02:00
parent 89c1e430c1
commit 04578a00b0

View File

@@ -142,5 +142,8 @@ Then execute the tests:
$ sudo GOPATH=$GOPATH $(which go) test -v $ sudo GOPATH=$GOPATH $(which go) test -v
``` ```
Other tests can instead run as user without any setup with
normal `go test ./...`
[1]: http://godoc.org/github.com/msteinert/pam/v2 [1]: http://godoc.org/github.com/msteinert/pam/v2
[2]: http://www.linux-pam.org/Linux-PAM-html/Linux-PAM_ADG.html [2]: http://www.linux-pam.org/Linux-PAM-html/Linux-PAM_ADG.html