migrate: Add example

This commit is contained in:
Michał Matczuk
2020-12-03 12:52:48 +01:00
committed by Michal Jan Matczuk
parent 9dd79fc620
commit 1b6e643584
6 changed files with 118 additions and 64 deletions

View File

@@ -40,7 +40,7 @@ bench:
.PHONY: run-examples
run-examples:
@go test -tags all -v -run=Example
@go test -tags all -v -run=Example ./...
.PHONY: run-scylla
run-scylla: