move tests to app/tests
This commit is contained in:
@ -13,7 +13,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- mongo --version
|
- mongo --version
|
||||||
- mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/
|
- mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/
|
||||||
- go test github.com/leanote/leanote/tests
|
- go test github.com/leanote/leanote/app/tests
|
||||||
- go build -ldflags -X github.com/leanote/leanote/app
|
- go build -ldflags -X github.com/leanote/leanote/app
|
||||||
# - revel build github.com/leanote/leanote tmp
|
# - revel build github.com/leanote/leanote tmp
|
||||||
# OK
|
# OK
|
3
app/tests/tmp.go
Normal file
3
app/tests/tmp.go
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
package tests
|
||||||
|
func a() {
|
||||||
|
}
|
Reference in New Issue
Block a user