From cab17d7a726091fc725148f88d34847712870a94 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Fri, 9 Feb 2024 11:20:15 +0100 Subject: [PATCH] DEBUG: -j --- .forgejo/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 4270a30bef..dd69b2f24c 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -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: