Просмотр исходного кода

Merge branch 'auth-testing' of https://github.com/porter-dev/porter into auth-testing

mergin
Alexander Belanger 5 лет назад
Родитель
Сommit
76449d9b33
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -6,4 +6,8 @@ Boilerplate set up. Run:
 docker-compose up
 ```
 
-And then visit `localhost:8080/user` in the browser. 
+And then visit `localhost:8080/user` in the browser. 
+
+### Testing
+
+From the root folder, run `go test ./...` to run all tests and ensure the builds/tests pass.