From c6763790108fa1537599be9d7ffc641a2538b2dc Mon Sep 17 00:00:00 2001 From: Jehandad Kamal Date: Tue, 15 Jun 2021 11:50:34 +0500 Subject: [PATCH] update(readme): add steps for configuring tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d17a4f..29edf94 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ $ go get -u github.com/tcnksm/ghr 2. Create a feature branch 3. Commit your changes 4. Rebase your local changes against the master branch -5. Run test suite with the `make test` command and confirm that it passes +5. Run test suite with the `make test` command and confirm that it passes using correct variable e.g. `GITHUB_TOKEN=$GITHUB_TOKEN TEST_REPO_OWNER=tcnksm TEST_REPO_NAME=ghr make test` 6. Run `gofmt -s -w .` 7. Create new Pull Request