DEBUG: -j
This commit is contained in:
parent
01539730c0
commit
cab17d7a72
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ jobs:
|
|||
go-version: "1.21"
|
||||
check-latest: true
|
||||
- run: make deps-backend deps-tools
|
||||
- run: make --always-make lint-backend checks-backend # ensure the "go-licenses" make target runs
|
||||
- run: echo $(nproc)
|
||||
- run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs
|
||||
env:
|
||||
TAGS: bindata sqlite sqlite_unlock_notify
|
||||
test-unit:
|
||||
|
|
Loading…
Reference in a new issue