karuppiah7890 / tce-e2e-test

Apache License 2.0
1 stars 1 forks source link

Pre commit hooks for checks #29

Open karuppiah7890 opened 2 years ago

karuppiah7890 commented 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

karuppiah7890 commented 2 years ago

We should probably run tests before committing so that we know that the tests are passing 😄