aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-15Makefile: add flag -failfast and -timeout to go test commandShulhan
2026-01-13Makefile: use the old test coverage using CGOShulhan
Using "test.gocoverdir" require creating the cover directory first, and when we changes the file name of go files there will be an error.
2026-01-08all: fix wrong copyright year on some filesShulhan
I wrote the initial codes in December 2025 but commit it on year 2026.
2026-01-08all: add missing license and copyrightShulhan
Ah, the irony.
2026-01-06all: add common make tasksShulhan
The "lint" task run the linters, and the "test" run all the test and generate the coverage (without CGO). The default task, run lint and test tasks.