Makefile: rename run-scylla to start-scylla (#311)

This commit is contained in:
Dmitry Kropachev
2025-04-24 17:38:40 -04:00
committed by GitHub
parent 85ac2915b3
commit c12236d8f3
3 changed files with 4 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ import (
)
// Running examples locally:
// make run-scylla
// make start-scylla
// make run-examples
func TestExample(t *testing.T) {
const ks = "migrate_example"