``` cd server/tests go test -v -run TestRedisOperation # 运行 Redis 测试 go test -v -run TestSchoolMajorQuery # 运行 SQL 查询测试 go test -v # 运行所有测试 ```