Moved test cases to run last

This commit is contained in:
notzippy@gmail.com
2020-04-29 21:39:19 -07:00
parent ad694c0fb0
commit 1d9df256a0

View File

@@ -35,8 +35,6 @@ install:
- echo $PATH
- pwd
script:
- go test -v github.com/revel/cmd/revel/...
# Ensure the new-app flow works (plus the other commands).
#- revel version
#- revel new my/testapp
@@ -64,6 +62,8 @@ script:
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3 -m prod
- go test -v github.com/revel/cmd/revel/...
matrix:
allow_failures:
- go: tip