Skip individual tests intstead of whole suite

This commit is contained in:
2018-07-09 00:48:38 +02:00
parent 55fcca661e
commit 2070776cf7
5 changed files with 69 additions and 30 deletions
+5 -2
View File
@@ -8,6 +8,9 @@ test:
@go test ./...
dbtest:
@go test ./sqldb -dsn="root:@(127.0.0.1:3306)/sqldb_pkg_test"
@go test ./dbc -dsn="root:@(127.0.0.1:3306)/sqldb_pkg_test"
fulltest: test dbtest
fulltest: test dbtest
bench:
cd ./dbc && go test -bench=.