From 9164fa69f8df6456981fa7ea954d55c4b04d1523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 20 Oct 2023 00:17:39 +0200 Subject: [PATCH] README: Update how to run tests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d31e5a27..6f222bea 100644 --- a/README.md +++ b/README.md @@ -141,5 +141,8 @@ Then execute the tests: $ 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 [2]: http://www.linux-pam.org/Linux-PAM-html/Linux-PAM_ADG.html