mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Remove cli dir
This commit is contained in:
5
test.sh
5
test.sh
@@ -43,11 +43,6 @@ go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool |
|
||||
docker rm --force func-postgres-test
|
||||
docker rm --force func-mysql-test
|
||||
|
||||
cd cli && make build && make test
|
||||
# TODO: should we install fn here to use throughout?
|
||||
export FN="$(pwd)/fn"
|
||||
cd ..
|
||||
|
||||
# test middlware, extensions, examples, etc
|
||||
# TODO: do more here, maybe as part of fn tests
|
||||
cd examples/middleware
|
||||
|
||||
Reference in New Issue
Block a user