Skip to content

Improve makefile and run tests in parallel #177

Improve makefile and run tests in parallel

Improve makefile and run tests in parallel #177

Triggered via pull request November 23, 2024 07:46
Status Failure
Total duration 1m 44s
Artifacts

cibuild.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: internal/db/ordersRepo.go#L67
Error return value is not checked (errcheck)
build: internal/db/ordersRepo.go#L68
Error return value is not checked (errcheck)
build: internal/handlers/ordersHandler_test.go#L187
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
build: internal/handlers/ordersHandler_test.go#L199
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
build
issues found
build
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/