mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
export GO15VENDOREXPERIMENT=1
|
|
export LOG_LEVEL=debug
|
|
export IGNORE_MEMORY=1
|
|
|
|
go test -v $(go list ./... | grep -v /vendor/ | grep -v /examples/) |