talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.7k stars 519 forks source link

fix MakeFile: test-proj3 #144

Closed wangqiim closed 2 years ago

wangqiim commented 2 years ago

go test -timeout 200s -check.f TestAddColumn TestDropColumn TestColumnChange This original command only excute the first (TestAddColumn) test suite.

wangqiim commented 2 years ago

@yanguwan PTAL~