3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

add smoke target

This commit is contained in:
Shivaram Lingamneni 2020-03-24 09:56:12 -04:00
parent cae4e108fc
commit bfab8adb70
2 changed files with 5 additions and 1 deletions

View File

@ -6,3 +6,4 @@ go:
script:
- make
- make test
- make smoke

View File

@ -1,4 +1,4 @@
.PHONY: all install build release capdefs test
.PHONY: all install build release capdefs test smoke
capdef_file = ./irc/caps/defs.go
@ -29,3 +29,6 @@ test:
cd irc/passwd && go test . && go vet .
cd irc/utils && go test . && go vet .
./.check-gofmt.sh
smoke:
oragono run --conf ./oragono.yaml --smoke