We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0153973 commit cab17d7Copy full SHA for cab17d7
.forgejo/workflows/testing.yml
@@ -20,7 +20,8 @@ jobs:
20
go-version: "1.21"
21
check-latest: true
22
- run: make deps-backend deps-tools
23
- - run: make --always-make lint-backend checks-backend # ensure the "go-licenses" make target runs
+ - run: echo $(nproc)
24
+ - run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs
25
env:
26
TAGS: bindata sqlite sqlite_unlock_notify
27
test-unit:
0 commit comments