Open karuppiah7890 opened 2 years ago
Add pre commit hooks for checks like lint check, compilation check etc. For example, to test if all the test files compile, do something like go test -c
go test -c
We should probably run tests before committing so that we know that the tests are passing 😄
Add pre commit hooks for checks like lint check, compilation check etc. For example, to test if all the test files compile, do something like
go test -c