Describe the bug**
I built from source and tried to run unit tests. Some tests fail on the main HEAD version 9966185.
Given the number of tests I see failing, I feel like I am doing it the wrong way.
If my procedure is correct, please provide the correct command or just add a Make command so that I can run via "make test" or something.
Expected behavior**
Tests run successfully.
To Reproduce
HEAD is now at 9966185 chore: fix typos (#243)
$ go test -v -race ./... -timeout 30m |grep FAIL
--- FAIL: TestCmdTestSuite (9.81s)
--- FAIL: TestEnumTestCases (0.01s)
--- FAIL: TestProcedureTestCases (0.01s)
(and so on)
Context