mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
tests: more ci case
This commit is contained in:
parent
37210d9983
commit
e155ff056e
5 changed files with 183 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -39,11 +39,13 @@ gotest:
|
|||
go test -v ./server/...
|
||||
go test -v ./utils/...
|
||||
|
||||
alltest: gotest
|
||||
ci:
|
||||
cd ./tests && ./run_test.sh && cd -
|
||||
go test -v ./tests/...
|
||||
cd ./tests && ./clean_test.sh && cd -
|
||||
|
||||
alltest: gotest ci
|
||||
|
||||
clean:
|
||||
rm -f ./bin/frpc
|
||||
rm -f ./bin/frps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue