Skip to content

Commit cab17d7

Browse files
committed
DEBUG: -j
1 parent 0153973 commit cab17d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.forgejo/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
go-version: "1.21"
2121
check-latest: true
2222
- run: make deps-backend deps-tools
23-
- run: make --always-make lint-backend checks-backend # ensure the "go-licenses" make target runs
23+
- run: echo $(nproc)
24+
- run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs
2425
env:
2526
TAGS: bindata sqlite sqlite_unlock_notify
2627
test-unit:

0 commit comments

Comments
 (0)